Skip to content

Commit

Permalink
build(xtask): 🔧 Fix Flatpak script (#2547)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmerp authored Dec 1, 2024
1 parent 56cb799 commit 2682f26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion alvr/xtask/flatpak/com.valvesoftware.Steam.Utility.alvr.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"build-commands": [
"mkdir -p /app/utils/alvr/bin",
"cd alvr/launcher",
"cargo xtask build-launcher",
"cargo xtask prepare-deps --platform linux --no-nvidia",
"cargo xtask build-launcher --release",
"mv '/run/build/alvr/build/alvr_launcher_linux/ALVR Launcher' /app/utils/alvr/bin/alvr_launcher",
" # get read-only errors from following lines - because this is an extension - so leave as comments until someone figures this out",
" # install -D dashboard.ico /app/share/icons/alvr_launcher.ico",
Expand Down

0 comments on commit 2682f26

Please sign in to comment.