Skip to content

Commit ab6438b

Browse files
author
Adithya Ps
authored
Merge pull request #89 from pkgforge-dev/feature/deps
fix: copy share dir manually
2 parents fdab545 + fb67638 commit ab6438b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ export URUNTIME_PRELOAD=1
1212
export DEPLOY_OPENGL=1
1313
export EXEC_WRAPPER=1
1414

15+
rm -rf AppDir dist ghostty-*
16+
1517
BUILD_ARGS="
1618
--summary all \
1719
-Doptimize=ReleaseFast \
@@ -58,6 +60,7 @@ export DESKTOP="./ghostty-${GHOSTTY_VERSION}/zig-out/share/applications/com.mitc
5860
export ICON="./ghostty-${GHOSTTY_VERSION}/zig-out/share/icons/hicolor/256x256/apps/com.mitchellh.ghostty.png"
5961

6062
./quick-sharun ./ghostty-${GHOSTTY_VERSION}/zig-out/bin/ghostty
63+
cp -rf ./ghostty-${GHOSTTY_VERSION}/zig-out/share/* ./AppDir/share/
6164
./uruntime2appimage
6265

6366
mkdir -p ./dist

0 commit comments

Comments
 (0)