terry2010

Results 8 comments of terry2010

> I believe cross-compiling from Linux for MacOS is not supported. > > Cross-compiling from an Intel Mac for arm64 Mac could work, but I haven't tried that yet. still...

export LDFLAGS="-L/usr/local/opt/openssl@3/lib" export CPPFLAGS="-I/usr/local/opt/openssl@3/include" export PATH="/usr/local/opt/openssl@3/bin:$PATH" terry@terrydeMacBook-Pro sqlcipher % openssl version OpenSSL 3.0.0 7 sep 2021 (Library: OpenSSL 3.0.0 7 sep 2021) terry@terrydeMacBook-Pro sqlcipher % npm install --build-from-source --target_arch=arm64 --target_platform=darwin...

可以考虑把updater.cs改一下, 增加提权的操作,再编译出来

> 如果将软件安装在Program Files,一般情况Program Files是没有修改写入权限的,导致在替换app.asar的时候失败。 > 这种情况有什么好的解决办法吗。 没有什么好办法,而且提权之后被升级器启动的electron会继承administrator的权限, 用户从文件浏览器里无法把文件拖到electron里面。

> Yes, encounter the same error on Ubuntu 22.04. Anyone knows how to fix it? `force user to manually install old openssl (openssl 1.1) could fix this......` because latest ubuntu...

在 centos8 下静态编译, 也会出现类似的警告信息

maybe it's your encoding error? your js file is UTF-8 encoding , chinese windows system is ANSI, you could chang your file name to gbk to fix this problem `...

> > > > hi! i do the same things as your reply but it don't works > > rawStr is D:/²âÊÔ > > ![image](https://user-images.githubusercontent.com/60084325/188593953-418d843b-fdfd-409b-abf4-f509392d985a.png) > > ``` > let...