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 86c09a4 commit 6624bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nexus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
- name: Generate Metadata
run: |
apt-get update
apt-get install libarchive-zip-perl p7zip jq -y
apt-get install libarchive-zip-perl p7zip-full jq -y
jq --null-input \
--arg name "Launcher" \
--arg desc "Launcher for browsing and running games" \
--arg date $(date +%s) \
--arg download $(du -b dist/Flashpoint.zip | awk '{print $1}') \
--arg install $(7za l dist/Flashpoint.zip | tail -n 1 | awk '{print $3}') \
--arg install $(7z 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 6624bef

Please sign in to comment.