fix: final fixes

This commit is contained in:
DecDuck
2025-08-03 15:21:24 +10:00
parent 732df1ddb9
commit 4361798661
2 changed files with 11 additions and 5 deletions

View File

@ -96,7 +96,7 @@ jobs:
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
APPLE_SIGNING_IDENTITY: ${{ env.CERT_ID }}
with:
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
tagName: v__VERSION__ # update the below "upload artifacts to GitHub" if this gets updated
releaseName: 'Auto-release v__VERSION__'
releaseBody: 'See the assets to download this version and install. This release was created automatically.'
releaseDraft: false
@ -106,6 +106,12 @@ jobs:
- name: Bundle AppImage
if: matrix.platform == 'ubuntu-22.04' || matrix.platform == 'ubuntu-22.04-arm'
run: |
export TAG "v${{ steps.build.outputs.appVersion }}"
echo "Bundling $TAG"
./build_appimage.sh --nobuild
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/appimage/*.AppImage
file_glob: true
release_id: v${{ steps.build.outputs.releaseId }}

View File

@ -1,6 +1,6 @@
[Desktop Entry]
Name=drop-oss-app
Comment=The client application for the open-source, self-hosted game distribution platform Drop
Name=Drop Desktop App
Comment=The client application for the open-source, self-hosted game distribution platform Drop.
Exec=AppRun
Icon=drop-oss-app
Type=Application