Skip to content

Commit

Permalink
release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ctlcltd committed Jan 15, 2024
1 parent 5df5972 commit 0df44ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 1 addition & 4 deletions dist/xdg/io.github.ctlcltd.e2se.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@
<image>https://ctlcltd.github.io/e2se/screenshot.png</image>
</screenshot>
</screenshots>
<developer>
<id>io.github.ctlcltd</id>
<name>Leonardo Laureti</name>
</developer>
<developer_name>Leonardo Laureti</developer_name>
<url type="homepage">https://e2sateditor.com</url>
<url type="bugtracker">https://github.com/ctlcltd/e2-sat-editor/issues</url>
<url type="contribute">https://github.com/ctlcltd/e2-sat-editor</url>
Expand Down
4 changes: 3 additions & 1 deletion scripts/appimage-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,13 @@ DESTDIR=../AppDir ninja -C build install
# mkdir -p AppDir/usr/share/qt6/translations
# cp /usr/share/qt6/translations/qt_*.qm AppDir/usr/share/qt6/translations
# cp /usr/share/qt6/translations/qtbase_*.qm AppDir/usr/share/qt6/translations
# rm -R AppDir/usr/share/qt6/translations/qt_help_*.qm


mkdir -p AppDir/usr/share/qt/translations
cp /usr/local/translations/qt_*.qm AppDir/usr/share/qt/translations
cp /usr/local/translations/qtbase_*.qm AppDir/usr/share/qt/translations
rm -R AppDir/usr/share/qt/translations/qt_help_*.qm


rm AppDir/usr/share/applications/e2se-cli.desktop
Expand All @@ -121,7 +123,7 @@ mv AppDir/usr/share/metainfo/io.github.ctlcltd.e2se.metainfo.xml AppDir/usr/shar
mkdir -p AppDir/usr/share/doc/e2-sat-editor
mv AppDir/usr/share/e2-sat-editor/COPYING AppDir/usr/share/doc/e2-sat-editor/copyright

# export QMAKE=qmake6
export QMAKE=qmake6
linuxdeploy --appdir AppDir --plugin qt --output appimage

chmod +x e2_SAT_Editor-x86_64.AppImage
Expand Down

0 comments on commit 0df44ee

Please sign in to comment.