Skip to content

Commit

Permalink
Update nexus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
colin969 authored Feb 27, 2024
1 parent aff7ab5 commit 86c09a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nexus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
--arg desc "Launcher for browsing and running games" \
--arg date $(date +%s) \
--arg download $(du -b dist/Flashpoint.zip | awk '{print $1}') \
--arg install $(7z l dist/Flashpoint.zip | tail -n 1 | awk '{print $3}') \
--arg install $(7za l dist/Flashpoint.zip | tail -n 1 | awk '{print $3}') \
--arg path "Launcher" \
--arg depends "core-logos core-credits core-database core-server-gamezip core-server-legacy" \
--arg hash $(crc32 dist/Flashpoint.zip) \
Expand Down

0 comments on commit 86c09a4

Please sign in to comment.