mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 23:45:57 +03:00
[GH-ISSUE #89] make provided binaries more prominent #67
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#67
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@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.
@jtbayly commented on GitHub (Aug 17, 2021):
Yes, I have a mac, and I cannot figure out how to install this app.
@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:
xattr -d com.apple.quarantine psst-gui)Or go to https://nightly.link/jpochyla/psst/workflows/build/master for the very latest.
@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.)
@mendelk commented on GitHub (Aug 17, 2021):
@jtbayly I had the same issue, and this is how I got it to work:
cd ~/Downloads/chmod 755 psst-guixattr -d com.apple.quarantine psst-gui./psst-gui@jpochyla commented on GitHub (Aug 18, 2021):
This will be also improved by #82, soon.