kelteseth / ScreenPlay

See https://gitlab.com/kelteseth/screenplay - Modern, Cross Plattform, Live Wallpaper & Widgets ! Free on Steam : https://store.steampowered.com/app/672870/ScreenPlay/
https://screen-play.app
GNU Affero General Public License v3.0
198 stars 15 forks source link

macOS Direct Download Link Leads to a 404 #4

Open h8ngryDev4Hire opened 11 months ago

h8ngryDev4Hire commented 11 months ago

subject lines

Current Link: https://gitlab.com/kelteseth/ScreenPlay/-/jobs/artifacts/master/download?job=build:osx_release

Webpage Returned:

Screenshot 2023-12-20 at 9 30 28 PM
kelteseth commented 11 months ago

Thanks for the report. In the meantime you can always grab a build from the ci, but I'm not sure if macOS notarization will work https://gitlab.com/kelteseth/ScreenPlay/-/pipelines

kelteseth commented 11 months ago

Ok I check this version works but you have to change the cmod of the executable:

  1. Download the zip and extract the dmg https://gitlab.com/kelteseth/ScreenPlay/-/jobs/5712494200/artifacts/download
  2. Use the dmg drag and drop installer and move it to your desired location like Applications
  3. Open Terminal.app and navigate into the .app like so: cd XXXXXXXXX/ScreenPlay.app/Contents/MacOS
  4. Change the chmod to +x aka mark the application to be runnable
    chmod +x ScreenPlay
    chmod +x ScreenPlayWallpapaer
    chmod +x ScreenPlayWidget

    then you can just double click on the ScreenPlay.app