fix permission

This commit is contained in:
raojinlin 2024-02-29 11:32:12 +08:00
parent fceb151488
commit 5691d6c808
1 changed files with 2 additions and 0 deletions

View File

@ -137,6 +137,8 @@ jobs:
sed -i 's#/usr/local/bin/tiny-rdm#tiny-rdm#g' $build_dir/usr/share/applications/tiny-rdm.desktop sed -i 's#/usr/local/bin/tiny-rdm#tiny-rdm#g' $build_dir/usr/share/applications/tiny-rdm.desktop
curl -o linuxdeploy-plugin-gtk.sh "https://raw.githubusercontent.com/tauri-apps/linuxdeploy-plugin-gtk/master/linuxdeploy-plugin-gtk.sh" curl -o linuxdeploy-plugin-gtk.sh "https://raw.githubusercontent.com/tauri-apps/linuxdeploy-plugin-gtk/master/linuxdeploy-plugin-gtk.sh"
chmod +x linuxdeploy-plugin-gtk.sh
./linuxdeploy --appdir AppDir \ ./linuxdeploy --appdir AppDir \
--output=appimage \ --output=appimage \
--plugin=gtk \ --plugin=gtk \