Skip to content

Commit 66ca181

Browse files
committed
添加必要的环境变量
1 parent cb182a4 commit 66ca181

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ cp "$APPDIR/usr/share/icons/hicolor/256x256/apps/jimsmake.png" "$APPDIR/jimsmake
143143

144144
# 使用 appimagetool 打包
145145
echo "[使用 appimagetool 打包...]"
146-
./appimagetool-x86_64.AppImage "$APPDIR" --runtime-file runtime-x86_64
146+
ARCH=x86_64 ./appimagetool-x86_64.AppImage "$APPDIR" --runtime-file runtime-x86_64
147147

148148
# 检查并提示
149149
cd "$SCRIPT_DIR"

0 commit comments

Comments
 (0)