Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirasawaSama committed Dec 10, 2023
1 parent 804d993 commit bc01a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
sed -i "s/--add-exports=java.desktop\/com.apple.eawt.event=ALL-UNNAMED//" release-bin/.vmoptions
mkdir package
./gradlew :daw:shadowJar
./gradlaaew --stop
./gradlew --stop
cp daw/build/libs/daw.jar package/EchoInMirror.jar
cp -R release-bin/. package/
curl https://github.com/EchoInMirror/EIMHost/releases/latest/download/EIMHost-x86.exe -o package/EIMHost-x86.exe -L
Expand Down
2 changes: 1 addition & 1 deletion daw/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
kotlin("multiplatform")
kotlin("plugin.serialization") version System.getProperty("kotlinVersion")
id("org.jetbrains.compose")
id("com.github.johnrengelman.shadow") version "8.1.1"
id("io.github.goooler.shadow") version "8.1.2"
id("java")
}

Expand Down

0 comments on commit bc01a69

Please sign in to comment.