Skip to content

Commit

Permalink
Update flathub metainfo file
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkanovikov committed Dec 27, 2022
1 parent 68b3fb9 commit 92ce7cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_starc_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
shell: bash
run: |
cd src
make -j$(nproc)
make -j2
- name: Make dmg image
shell: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
</screenshot>
</screenshots>
<releases>
<release version="0.3.4" date="2022-12-27"/>
<release version="0.3.3" date="2022-11-30"/>
<release version="0.3.2a" date="2022-11-16"/>
<release version="0.3.2" date="2022-11-15"/>
Expand Down
2 changes: 1 addition & 1 deletion build/linux/make-starc-app-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ cp /usr/lib/x86_64-linux-gnu/libqgnomeplatform.so $APP_IMAGE_DIR/lib/
#
wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage" -O linuxdeployqt
chmod a+x linuxdeployqt
./linuxdeployqt appdir/starc -no-copy-copyright-files -no-translations -always-overwrite -extra-plugins=platforms,platformthemes,wayland-decoration-client,wayland-graphics-integration-client,wayland-shell-integration -executable=appdir/plugins/libcoreplugin.so -appimage
./linuxdeployqt appdir/starc -no-copy-copyright-files -no-translations -always-overwrite -extra-plugins=platforms,wayland-decoration-client,wayland-graphics-integration-client,wayland-shell-integration -executable=appdir/plugins/libcoreplugin.so -appimage
mv *.AppImage starc-setup.AppImage

0 comments on commit 92ce7cd

Please sign in to comment.