2 parents a26f98b + 904e8ed commit c35f5acCopy full SHA for c35f5ac
1 file changed
package.json
@@ -8,7 +8,8 @@
8
"package": "electron-packager . chatgpt-webclient --platform=linux --arch=x64 --icon=assets/icon.png --overwrite",
9
"deb": "npm run package && electron-installer-debian --src chatgpt-webclient-linux-x64/ --dest dist/ --arch amd64",
10
"dist": "electron-builder",
11
- "test": "node --test"
+ "test": "node --test",
12
+ "build:flatpak": "electron-builder --linux --target=flatpak"
13
},
14
"keywords": [],
15
"author": "",
0 commit comments