We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb182a4 commit 66ca181Copy full SHA for 66ca181
1 file changed
Build.sh
@@ -143,7 +143,7 @@ cp "$APPDIR/usr/share/icons/hicolor/256x256/apps/jimsmake.png" "$APPDIR/jimsmake
143
144
# 使用 appimagetool 打包
145
echo "[使用 appimagetool 打包...]"
146
-./appimagetool-x86_64.AppImage "$APPDIR" --runtime-file runtime-x86_64
+ARCH=x86_64 ./appimagetool-x86_64.AppImage "$APPDIR" --runtime-file runtime-x86_64
147
148
# 检查并提示
149
cd "$SCRIPT_DIR"
0 commit comments