Skip to content

Commit

Permalink
fix mac/windows packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Jul 2, 2023
1 parent 5e47078 commit 5cd2269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer/skytemple-mac.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ additional_binaries = [
(os.path.join(os.sep, "usr", "local", "lib", "libaspell.15.dylib"), "."), # Gets installed with Enchant
(os.path.join(os.sep, "usr", "local", "lib", "enchant-2", "enchant_applespell.so"), "."), # Gets installed with Enchant
(os.path.join(os.sep, "usr", "local", "opt", "cairo", "lib", "libcairo.2.dylib"), "."),
(os.path.join(site_packages, "skytemple_tilequant", "libtilequant.so"), "skytemple_tilequant/aikku"),
(os.path.join(site_packages, "libtilequant.dylib"), "."),
]

# Add all module *.glade files.
Expand Down
2 changes: 1 addition & 1 deletion installer/skytemple.spec
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ for (path, directories, filenames) in os.walk(os.path.join(pkg_path, 'module')):

additional_binaries = [
("SDL2.dll", "."),
(os.path.join(site_packages, "tilequant", "libtilequant.dll"), "tilequant"),
(os.path.join(site_packages, "libtilequant.dll"), "."),
]

block_cipher = None
Expand Down

0 comments on commit 5cd2269

Please sign in to comment.