We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da58d0 commit e870e4aCopy full SHA for e870e4a
build.sh
@@ -102,11 +102,11 @@ EOF
102
103
chmod +x AppRun
104
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
+# export VERSION="$(./AppRun --version 2>/dev/null | awk 'FNR==1 {print $2}')"
+# if [ -z "$VERSION" ]; then
+# echo "ERROR: Could not get version from ghostty binary"
+# exit 1
+# fi
110
111
cp "${APPDATA_FILE}" "usr/share/metainfo/com.mitchellh.ghostty.appdata.xml"
112
0 commit comments