-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e1a119
commit f8ef7a2
Showing
7 changed files
with
33 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,19 +115,32 @@ jobs: | |
- uses: olegtarasov/[email protected] | ||
id: get_version | ||
- uses: actions/checkout@v4 | ||
with: | ||
submodules: true | ||
- uses: dtolnay/rust-toolchain@stable | ||
with: | ||
targets: x86_64-pc-windows-msvc | ||
|
||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v2 | ||
with: | ||
java-version: '17' | ||
distribution: 'adopt' | ||
|
||
- name: Build | ||
run: | | ||
cargo build --release --target x86_64-pc-windows-msvc | ||
- name: Build Horizon Ui | ||
run: | | ||
.\horizon-ui\gradlew obfuscate | ||
- name: Prepare package | ||
run: | | ||
mkdir windows | ||
cp target/x86_64-pc-windows-msvc/release/${{ env.binary }}.exe windows/ | ||
cp -r assets windows/ | ||
cp .\horizon-ui\build\compose\jars\horizon-ui-windows-x64-1.0.0.min.jar windows/horizon-ui.jar | ||
- name: Package as a zip | ||
run: | | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Submodule horizon-ui
updated
5 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters