fvdhoef / aquarius-plus

Official Aquarius+ repository
MIT License
45 stars 8 forks source link

Missing directories in template app gives error when compiling on MacOS. #13

Closed jwpyle3 closed 1 year ago

jwpyle3 commented 1 year ago

I downloaded and tried compiling the emulator. I was was getting an error when the Makefile tried to copies files to the missing directories.

Under /aquarius-plus/System/emulator/macos/AquariusPlusEmu.app/Contents

I created two directories MacOS and Resources

Also, since I didn't like not having an icon I created one called AquariusPlusEmu.icns (as listed in the .plist file) and added it to the Resources directory.

After doing this it the build completed successfully.

fvdhoef commented 1 year ago

Thanks for reporting this. Git doesn't commit empty directories. So I will change the makefile to create the missing directory. Can you share the icon you made, then I will include it in the repository?

jwpyle3 commented 1 year ago

AquariusPlusEmu.icns.zip

Had to zip it.

fvdhoef commented 1 year ago

Thank you! I've added it to the repo and fixed the issue.