Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建一个电子应用程序,我需要根据应用程序是否为 AppImage 做出决定。映像本身安装在一个目录中,因此 sys.argv 没有任何帮助。有任何想法吗?
如果应用是 AppImage,则process.env.APPIMAGE包含 .AppImage 文件的路径,否则未定义。
process.env.APPIMAGE
的其他一些属性process.env可能会有所帮助,例如APPDIR其中包含安装实际映像的临时目录的路径。
process.env
APPDIR