Skip to content

Commit 5864ab6

Browse files
committed
Aseprite plugin packaging on macOS was overwriting the folder with the exult_shp binary.
1 parent bab25fd commit 5864ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macosx/macosx.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ aseprite_package:
224224
test -f ./tools/aseprite_plugin/exult_shp$(EXEEXT) || $(MAKE) exult_shp
225225
mkdir -p aseprite
226226
$(INSTALL_PROGRAM) ./tools/aseprite_plugin/exult_shp$(EXEEXT) ./aseprite/
227-
dylibbundler -cd -b -ns -of -od \
227+
dylibbundler -cd -b -ns -of \
228228
-x ./aseprite/exult_shp \
229229
-d ./aseprite \
230230
-p @executable_path/ \

0 commit comments

Comments
 (0)