Skip to content

Commit

Permalink
mac icns not working #403
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Aug 3, 2023
1 parent 9b587b8 commit 66de24d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lphy-studio/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ distributions {
// icon
from("src/main/resources") {
include("lphy48x48.png")
include("lphy.icns")
include("lphy512x512.icns")
include("lphy.ico")
}
}
Expand Down
4 changes: 2 additions & 2 deletions lphy-studio/lphystudio.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,11 @@
<!-- mac OS Bundle -->
<osxApplicationBundleIdentifier>io.github.linguaphylo.LPhyStudioLauncher</osxApplicationBundleIdentifier>
<!--TODO still invalid ? -->
<!-- <osxApplicationBundleIcon>${build_project_directory}/build/distributions/lphy-studio-${product_version}/src/lphy512x512.icns</osxApplicationBundleIcon>&ndash;&gt;-->
<!-- <osxApplicationBundleIcon>${build_project_directory}/build/distributions/lphy-studio-${product_version}/src/lphy512x512.icns</osxApplicationBundleIcon> -->

<!-- windows -->
<windowsResourceFileVersion>1.0.0.0</windowsResourceFileVersion>
<windowsExecutableIcon>${installdir}/src/lphy.ico</windowsExecutableIcon>
<windowsExecutableIcon>/lphy-studio-${product_version}/src/lphy.ico</windowsExecutableIcon>

<vendor>LPhy Development Team</vendor>

Expand Down

0 comments on commit 66de24d

Please sign in to comment.