[GH-ISSUE #89] make provided binaries more prominent #67

Closed
opened 2026-02-28 14:30:22 +03:00 by kerem · 6 comments
Owner

Originally created by @Uzay-G on GitHub (Aug 17, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/89

Binaries from the github actions CI are a bit hidden in the installation process, and I had to go look at the workflow file, after seeing them mentioned in the issues, and then look up where to find github artifacts for a given workflow.

Maybe it would be more convenient to mention these in the readme?

Originally created by @Uzay-G on GitHub (Aug 17, 2021). Original GitHub issue: https://github.com/jpochyla/psst/issues/89 Binaries from the github actions CI are a bit hidden in the installation process, and I had to go look at the workflow file, after seeing them mentioned in the issues, and then look up where to find github artifacts for a given workflow. Maybe it would be more convenient to mention these in the readme?
kerem closed this issue 2026-02-28 14:30:23 +03:00
Author
Owner

@a-nldisr commented on GitHub (Aug 17, 2021):

Another add something regarding this:
In the first alinea there is talk about Mac, but the documentation only lists how to install on Debian.

<!-- gh-comment-id:900203186 --> @a-nldisr commented on GitHub (Aug 17, 2021): Another add something regarding this: In the first alinea there is talk about Mac, but the documentation only lists how to install on Debian.
Author
Owner

@jtbayly commented on GitHub (Aug 17, 2021):

Yes, I have a mac, and I cannot figure out how to install this app.

<!-- gh-comment-id:900343476 --> @jtbayly commented on GitHub (Aug 17, 2021): Yes, I have a mac, and I cannot figure out how to install this app.
Author
Owner

@grischard commented on GitHub (Aug 17, 2021):

In JOSM we've just created a pre-release for every build instead of an artifact. We also sign and notarize the macOS packages.

If you've landed here looking for a psst download, here are recent builds:

Or go to https://nightly.link/jpochyla/psst/workflows/build/master for the very latest.

<!-- gh-comment-id:900355808 --> @grischard commented on GitHub (Aug 17, 2021): In [JOSM](https://github.com/JOSM/josm/blob/master/.github/workflows/ant.yml) we've just created a pre-release for every build instead of an artifact. We also sign and notarize the macOS packages. If you've landed here looking for a psst download, here are recent builds: * [psst-deb](https://github.com/jpochyla/psst/suites/3441075135/artifacts/81589459) * [psst-gui-Linux](https://github.com/jpochyla/psst/suites/3441075135/artifacts/81589460) * [psst-gui-Windows](https://github.com/jpochyla/psst/suites/3441075135/artifacts/81589462) * [psst-gui-macOS](https://github.com/jpochyla/psst/suites/3441075135/artifacts/81589461) (If you get a code signing error, run `xattr -d com.apple.quarantine psst-gui`) Or go to https://nightly.link/jpochyla/psst/workflows/build/master for the very latest.
Author
Owner

@jtbayly commented on GitHub (Aug 17, 2021):

Thanks!

I downloaded the psst-gui-MacOS, but once I unzip it, it doesn't look like an app. (It's "kind" is "document" in the Finder.) When I try to run it, it opens in Textedit. Not sure what's wrong. (I'm on an M1 MacBook Air, in case it matters.)

<!-- gh-comment-id:900378195 --> @jtbayly commented on GitHub (Aug 17, 2021): Thanks! I downloaded the psst-gui-MacOS, but once I unzip it, it doesn't look like an app. (It's "kind" is "document" in the Finder.) When I try to run it, it opens in Textedit. Not sure what's wrong. (I'm on an M1 MacBook Air, in case it matters.)
Author
Owner

@mendelk commented on GitHub (Aug 17, 2021):

@jtbayly I had the same issue, and this is how I got it to work:

  • Unzipped it
  • Open a terminal
  • cd ~/Downloads/
  • chmod 755 psst-gui
  • xattr -d com.apple.quarantine psst-gui
  • ./psst-gui
<!-- gh-comment-id:900381759 --> @mendelk commented on GitHub (Aug 17, 2021): @jtbayly I had the same issue, and this is how I got it to work: - Unzipped it - Open a terminal - `cd ~/Downloads/` - `chmod 755 psst-gui` - `xattr -d com.apple.quarantine psst-gui` - `./psst-gui`
Author
Owner

@jpochyla commented on GitHub (Aug 18, 2021):

This will be also improved by #82, soon.

<!-- gh-comment-id:901220339 --> @jpochyla commented on GitHub (Aug 18, 2021): This will be also improved by #82, soon.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#67
No description provided.