Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuuzaki42 authored May 19, 2024
1 parent e7220e6 commit 7f5a832
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
cat > AppRun << 'EOF'
#!/bin/bash
HERE="$(dirname "$(readlink -f "${0}")")"
EXEC="${HERE}/ventoy-$version/VentoyGUI.x86_64"
EXEC="${HERE}/ventoy/VentoyGUI.x86_64"
exec "${EXEC}"
EOF
Expand All @@ -55,7 +55,7 @@ jobs:
cat > Ventoy.desktop << 'EOF'
[Desktop Entry]
Name=Ventoy-$version
Name=Ventoy
Exec=VentoyGUI.x86_64
Icon=Ventoy
Type=Application
Expand Down Expand Up @@ -103,4 +103,3 @@ jobs:
#tags: true
draft: false
default_release_name: "Ventoy V in AppImage"

0 comments on commit 7f5a832

Please sign in to comment.