Skip to content

Commit

Permalink
Build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
OSA413 committed Sep 2, 2024
1 parent c214767 commit 62e8330
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
- name: Update dependencies
run: bash update_dependencies.sh

- name: Build Rust
run: cargo build --release

- name: Build .Net
run: bash build.sh

- name: Build Rust
run: cargo build --release

- name: Pack
run: bash pack.sh

Expand Down
2 changes: 1 addition & 1 deletion pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ done
# Rust
cargo install copydeps
cp ./target/release/ManagerLauncher.exe ./dist/Sonic4ModLoader/ManagerLauncher.exe
copydeps --search-dir C:/gtk-build/gtk/x64/release/bin ./dist/Sonic4ModLoader/ModManager.exe
copydeps --search-dir C:/gtk-build/gtk/x64/release/bin ./dist/Sonic4ModLoader/ManagerLauncher.exe

# License - GTK4
dependenciesGtk=$'
Expand Down

0 comments on commit 62e8330

Please sign in to comment.