Skip to content

Commit

Permalink
Galaxy brain switching up installer paths
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 authored Aug 1, 2023
1 parent fb726ce commit 9875156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
extra_flags: '-T host=x86 -A win32 -DGEODE_DEBUG=On'
out_paths: './bin/nightly/Geode.pdb ./bin/nightly/Geode.dll ./bin/nightly/GeodeUpdater.exe ./bin/nightly/Geode.lib ./bin/nightly/XInput9_1_0.dll'
cli_cmd: ''
installer_path: './out/geode-installer-mac.pkg'
installer_path: './installer/windows/geode-installer-win.exe'

- name: "macOS"
os_identifier: "mac"
Expand All @@ -29,7 +29,7 @@ jobs:
extra_flags: "-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Debug -DGEODE_DEBUG=On -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13"
out_paths: './bin/nightly/Geode.dylib ./bin/nightly/GeodeBootstrapper.dylib ./loader/include/link/libfmod.dylib'
cli_cmd: 'chmod +x $GITHUB_WORKSPACE/cli/geode'
installer_path: './installer/windows/geode-installer-win.exe'
installer_path: './out/geode-installer-mac.pkg'

name: ${{ matrix.config.name }}
runs-on: ${{ matrix.config.os }}
Expand Down

0 comments on commit 9875156

Please sign in to comment.