ScreenPlay icon indicating copy to clipboard operation
ScreenPlay copied to clipboard

macOS Direct Download Link Leads to a 404

Open h8ngryDev4Hire opened this issue 1 year ago • 2 comments

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

h8ngryDev4Hire avatar Dec 21 '23 04:12 h8ngryDev4Hire

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 avatar Dec 22 '23 07:12 kelteseth

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

kelteseth avatar Dec 22 '23 08:12 kelteseth