v1.8.0 #429

Merged
LukeGus merged 198 commits from dev-1.8.0 into main 2025-11-05 16:36:16 +00:00
Showing only changes of commit 27bae0034c - Show all commits
+4 -2
View File
@@ -61,8 +61,7 @@
}, },
{ {
"target": "tar.gz", "target": "tar.gz",
"arch": ["x64", "arm64", "armv7l"], "arch": ["x64", "arm64", "armv7l"]
"artifactName": "termix_linux_${arch}_portable.${ext}"
} }
], ],
"icon": "public/icon.png", "icon": "public/icon.png",
@@ -84,6 +83,9 @@
"deb": { "deb": {
"artifactName": "termix_linux_${arch}_deb.${ext}" "artifactName": "termix_linux_${arch}_deb.${ext}"
}, },
"tar": {
"artifactName": "termix_linux_${arch}_portable.${ext}"
},
"mac": { "mac": {
"target": [ "target": [
{ {