fix: No x64 appimage and server config displaying in electron webview

This commit is contained in:
LukeGus
2025-11-03 10:03:28 -06:00
parent 7099180cb5
commit 5a8433debb
3 changed files with 9 additions and 7 deletions

View File

@@ -201,11 +201,15 @@ jobs:
if [ -f "termix-${VERSION}-armv7l.tar.gz" ]; then
mv "termix-${VERSION}-armv7l.tar.gz" "termix_linux_armv7l_portable.tar.gz"
fi
# Rename Debian amd64 to x64 for consistency
if [ -f "termix_linux_amd64_deb.deb" ]; then
mv "termix_linux_amd64_deb.deb" "termix_linux_x64_deb.deb"
fi
if [ -f "termix_linux_x86_64_appimage.AppImage" ]; then
mv "termix_linux_x86_64_appimage.AppImage" "termix_linux_x64_appimage.AppImage"
fi
cd ..
- name: List release files