소스 검색

add AppImage package for linux.

oldj 6 년 전
부모
커밋
98c614e505
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/make.js

+ 1 - 1
scripts/make.js

@@ -32,7 +32,7 @@ const makeApp = async () => {
     //targets: Platform.MAC.createTarget(),
     //targets: Platform.MAC.createTarget(),
     mac: ['default'], // ['default', 'mas'],
     mac: ['default'], // ['default', 'mas'],
     win: ['nsis:ia32', 'nsis:x64', 'portable:ia32'],
     win: ['nsis:ia32', 'nsis:x64', 'portable:ia32'],
-    linux: ['zip:x64'],
+    linux: ['zip:x64', 'AppImage:x64'],
     config: {
     config: {
       ...cfg_common,
       ...cfg_common,
       mac: {
       mac: {