Skip to content

Commit

Permalink
Mac distribution files relocated
Browse files Browse the repository at this point in the history
  • Loading branch information
metaphore committed Apr 2, 2017
1 parent 8db60d0 commit 881cce1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion desktop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ task copyUberJar (type: Copy) {
into "build/$macAppBundle.appOutputDir/${macAppBundle.appName}.app/Contents/Java"
}
task copyMacAppFiles (type: Copy) {
from '../resources/macApp'
from '../distribution/macApp'
into "build/$macAppBundle.appOutputDir/${macAppBundle.appName}.app/Contents"
}
createApp.dependsOn copyUberJar, copyMacAppFiles
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ASE="/Applications/Aseprite.app/Contents/MacOS/aseprite"
ASE_FILE="icon.ase"
ASE_FILE="../resources/icon.ase"
IMG_DIR="macIcons.iconset"

function renderIcon() {
Expand Down
File renamed without changes.

0 comments on commit 881cce1

Please sign in to comment.