ScreenPlay
ScreenPlay copied to clipboard
macOS Direct Download Link Leads to a 404
subject lines
Current Link: https://gitlab.com/kelteseth/ScreenPlay/-/jobs/artifacts/master/download?job=build:osx_release
Webpage Returned:
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
Ok I check this version works but you have to change the cmod of the executable:
- Download the zip and extract the dmg https://gitlab.com/kelteseth/ScreenPlay/-/jobs/5712494200/artifacts/download
- Use the dmg drag and drop installer and move it to your desired location like Applications
- Open Terminal.app and navigate into the .app like so:
cd XXXXXXXXX/ScreenPlay.app/Contents/MacOS
- 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