We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fdab545 + fb67638 commit ab6438bCopy full SHA for ab6438b
build.sh
@@ -12,6 +12,8 @@ export URUNTIME_PRELOAD=1
12
export DEPLOY_OPENGL=1
13
export EXEC_WRAPPER=1
14
15
+rm -rf AppDir dist ghostty-*
16
+
17
BUILD_ARGS="
18
--summary all \
19
-Doptimize=ReleaseFast \
@@ -58,6 +60,7 @@ export DESKTOP="./ghostty-${GHOSTTY_VERSION}/zig-out/share/applications/com.mitc
58
60
export ICON="./ghostty-${GHOSTTY_VERSION}/zig-out/share/icons/hicolor/256x256/apps/com.mitchellh.ghostty.png"
59
61
62
./quick-sharun ./ghostty-${GHOSTTY_VERSION}/zig-out/bin/ghostty
63
+cp -rf ./ghostty-${GHOSTTY_VERSION}/zig-out/share/* ./AppDir/share/
64
./uruntime2appimage
65
66
mkdir -p ./dist
0 commit comments