meowtec / Imagine

🖼️ PNG/JPEG optimization app for macOS, Windows and Linux.
MIT License
3.56k stars 270 forks source link

请问您是怎样大的linux包,appimage是怎样打出来的? #52

Closed ForeverSun closed 5 years ago

ForeverSun commented 5 years ago

npm run release 并没有打包出

meowtec commented 5 years ago
"release": "npm run build && build -ml && build --win --ia32",

你是在 Mac 上编译吗?如果是 Windows 的话,是不能编译 Mac 包的,Linux 包可能也打不了。 如果要只打 Linux 的包,可以试试:

npm run build 
npx build -l
ForeverSun commented 4 years ago

谢谢