fix: Linux build failure
This commit is contained in:
@@ -2,9 +2,6 @@
|
|||||||
"appId": "com.karmaa.termix",
|
"appId": "com.karmaa.termix",
|
||||||
"productName": "Termix",
|
"productName": "Termix",
|
||||||
"publish": null,
|
"publish": null,
|
||||||
"portable": {
|
|
||||||
"artifactName": "termix_${os}_${arch}_portable.${ext}"
|
|
||||||
},
|
|
||||||
"directories": {
|
"directories": {
|
||||||
"output": "release"
|
"output": "release"
|
||||||
},
|
},
|
||||||
@@ -53,6 +50,8 @@
|
|||||||
"artifactName": "termix_windows_${arch}_msi.${ext}"
|
"artifactName": "termix_windows_${arch}_msi.${ext}"
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
|
"artifactName": "termix_linux_${arch}_portable.${ext}",
|
||||||
|
"executableArgs": ["--no-sandbox"],
|
||||||
"target": [
|
"target": [
|
||||||
{
|
{
|
||||||
"target": "AppImage",
|
"target": "AppImage",
|
||||||
|
|||||||
Reference in New Issue
Block a user