Skip to content

Commit e870e4a

Browse files
author
psadi
committed
debug without version
1 parent 6da58d0 commit e870e4a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ EOF
102102

103103
chmod +x AppRun
104104

105-
export VERSION="$(./AppRun --version 2>/dev/null | awk 'FNR==1 {print $2}')"
106-
if [ -z "$VERSION" ]; then
107-
echo "ERROR: Could not get version from ghostty binary"
108-
exit 1
109-
fi
105+
# export VERSION="$(./AppRun --version 2>/dev/null | awk 'FNR==1 {print $2}')"
106+
# if [ -z "$VERSION" ]; then
107+
# echo "ERROR: Could not get version from ghostty binary"
108+
# exit 1
109+
# fi
110110

111111
cp "${APPDATA_FILE}" "usr/share/metainfo/com.mitchellh.ghostty.appdata.xml"
112112

0 commit comments

Comments
 (0)