Bijman / srb2bld

POSIX shell script that eases compiling, installing or creating AppImage/Flatpak/App Bundle/Android APKs of Sonic Robo Blast 2 related builds.
MIT License
9 stars 2 forks source link

Local Asset Path isn't actually supported when making AppImages #22

Closed EeveeEuphoria closed 1 year ago

EeveeEuphoria commented 1 year ago

While trying to compile srb2 2212 pre2 (still isn't working, had to remove that sdl_openurl line) I tried to point the asset file to a local one, since the prompt for it claims it supports it:

Please enter Sonic Robo Blast 2's assets path, or just press enter to download and extract the latest SRB2/SRB2Kart stable release assets. Supported links/paths:

        ...

        - full path to downloaded archived file in formats supported by p7zip (https://www.7-zip.org) or full path to directory with build's assets, for example /home/zesi/Downloads/SRB2.zip for Linux and macOS or C:\Downloads\SRB2.zip for Windows.

When I try to do just that, i.e. point to /home/zesi/Downloads/srb2win_v2212-pre2.zip, it straight up doesn't work, and produces an AppImage without those assets bundled in. However when I supply, say, a Google Drive link, that works fine. Not sure what's up with that, but, it's definitely a bug.

Bijman commented 1 year ago

Hello. Once again thanks for reporting issue. I made commit b1a3feb that hopefully will work for you. Let me know, if it solved your issue or it doesn't.

EeveeEuphoria commented 1 year ago

Tested this, it does seem to work thankfully!

Bijman commented 1 year ago

Ok. I will close issue then.