v1.8.0 #429
13
.github/workflows/electron.yml
vendored
13
.github/workflows/electron.yml
vendored
@@ -187,21 +187,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Rename Linux artifacts for consistency
|
- name: Rename Linux artifacts for consistency
|
||||||
run: |
|
run: |
|
||||||
VERSION=$(node -p "require('./package.json').version")
|
|
||||||
cd release
|
cd release
|
||||||
|
|
||||||
if [ -f "termix-${VERSION}.tar.gz" ]; then
|
|
||||||
mv "termix-${VERSION}.tar.gz" "termix_linux_x64_portable.tar.gz"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -f "termix-${VERSION}-arm64.tar.gz" ]; then
|
|
||||||
mv "termix-${VERSION}-arm64.tar.gz" "termix_linux_arm64_portable.tar.gz"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -f "termix-${VERSION}-armv7l.tar.gz" ]; then
|
|
||||||
mv "termix-${VERSION}-armv7l.tar.gz" "termix_linux_armv7l_portable.tar.gz"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -f "termix_linux_amd64_deb.deb" ]; then
|
if [ -f "termix_linux_amd64_deb.deb" ]; then
|
||||||
mv "termix_linux_amd64_deb.deb" "termix_linux_x64_deb.deb"
|
mv "termix_linux_amd64_deb.deb" "termix_linux_x64_deb.deb"
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -64,6 +64,9 @@
|
|||||||
"arch": ["x64", "arm64", "armv7l"]
|
"arch": ["x64", "arm64", "armv7l"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"portable": {
|
||||||
|
"artifactName": "termix_linux_${arch}_portable.${ext}"
|
||||||
|
},
|
||||||
"icon": "public/icon.png",
|
"icon": "public/icon.png",
|
||||||
"category": "Development",
|
"category": "Development",
|
||||||
"executableName": "termix",
|
"executableName": "termix",
|
||||||
|
|||||||
Reference in New Issue
Block a user