File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -80,12 +80,6 @@ Categories=Network;Email;
8080MimeType=message/rfc822;x-scheme-handler/mailto;application/x-xpinstall;
8181StartupNotify=true"
8282
83- POLICIES=' {
84- "policies": {
85- "DisableAppUpdate": true
86- }
87- }'
88-
8983_create_thunderbird_appimage () {
9084 # Detect the channel
9185 if [ " $CHANNEL " != stable ]; then
@@ -100,8 +94,7 @@ _create_thunderbird_appimage() {
10094 wget " $DOWNLOAD_URL " --trust-server-names || exit 1
10195 fi
10296 # Disable automatic updates
103- mkdir -p " $APP " .AppDir/distribution
104- echo " $POLICIES " > " $APP " .AppDir/distribution/policies.json
97+ touch " $APP " .AppDir/is_packaged_app
10598 # Extract the archive
10699 [ -e ./* tar.* ] && tar fx ./* tar.* && mv ./thunderbird/* " $APP " .AppDir/ && rm -f ./* tar.* || exit 1
107100 # Enter the AppDir
You can’t perform that action at this time.
0 commit comments