Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lbergelson committed Nov 29, 2023
1 parent 6da2608 commit edb8446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ task createMacAppDist(type: Copy, dependsOn: createDist) {
}

task createMacAppDistZip(type: Zip, dependsOn: createMacAppDist) {
archiveFile = "IGV_MacApp_${version}.zip"
archiveName = "IGV_MacApp_${version}.zip"
from("${buildDir}/IGV-MacApp-dist")

doLast {
Expand All @@ -329,7 +329,7 @@ task createMacAppDistZip(type: Zip, dependsOn: createMacAppDist) {
}

task createMacAppWithJavaDistZip(type: Zip, dependsOn: createMacAppDist) {
archiveFile = "IGV_MacApp_${version}_WithJava.zip"
archiveName = "IGV_MacApp_${version}_WithJava.zip"
with copySpec { from jdkBundleMac into "IGV_${version}.app/Contents/jdk-17" }
from("${buildDir}/IGV-MacApp-dist")

Expand Down

0 comments on commit edb8446

Please sign in to comment.