Skip to content

Commit

Permalink
add os to release names
Browse files Browse the repository at this point in the history
  • Loading branch information
mc51 committed May 7, 2021
1 parent 95be76e commit b9909ce
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@ jobs:
CMD_BUILD: go mod tidy && go build --tags gtk -o build/clipster_mac.app/Contents/MacOS/clipster_mac-bin && cd build/ && zip -r9 clipster_mac clipster_mac.app/
OUT_FILE_NAME: clipster_mac.zip
ASSET_MIME: application/zip
# - os: ubuntu-latest
# TARGET: linux
# CMD_RESOLVE_DEPS: sudo apt-get update && sudo apt-get -y install libgtk-3-dev
# CMD_BUILD: go mod tidy && go build -o build/clipster
# OUT_FILE_NAME: clipster
# ASSET_MIME: application/octet-stream
# - os: windows-latest
# TARGET: windows
# CMD_BUILD: go mod tidy && go build -o build/clipster.exe
# OUT_FILE_NAME: clipster.exe
# ASSET_MIME: application/vnd.microsoft.portable-executable
- os: ubuntu-latest
TARGET: linux
CMD_RESOLVE_DEPS: sudo apt-get update && sudo apt-get -y install libgtk-3-dev
CMD_BUILD: go mod tidy && go build -o build/clipster_linux
OUT_FILE_NAME: clipster_linux
ASSET_MIME: application/octet-stream
- os: windows-latest
TARGET: windows
CMD_BUILD: go mod tidy && go build -o build/clipster_win.exe
OUT_FILE_NAME: clipster_win.exe
ASSET_MIME: application/vnd.microsoft.portable-executable
steps:
- name: Install Go
uses: actions/setup-go@v2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ There is an alternative [Clipster-Desktop](https://github.com/mc51/Clipster-Desk

### Linux

Download [`clipster`](https://github.com/mc51/Clipster-Desktop/releases/latest/download/clipster) from the latest Linux release and start it. To have Clipster auto start, add it to `Application Autostart`.
Download [`clipster_linux`](https://github.com/mc51/Clipster-Desktop/releases/latest/download/clipster_linux) from the latest Linux release and start it. To have Clipster auto start, add it to `Application Autostart`.

Clipster depends on gtk-3.0. To install it (Ubuntu/Debian):
`sudo apt-get install libgtk-3-0`

### Windows (coming soon...)

Download [`clipster.exe`](https://github.com/mc51/Clipster-Desktop/releases/latest/download/clipster.exe) from the latest Windows release and start it. To have Clipster auto start for the current user, open the startup folder by opening Explorer and typing `shell:startup`. Copy `clipster.exe` there.
Download [`clipster_win.exe`](https://github.com/mc51/Clipster-Desktop/releases/latest/download/clipster_win.exe) from the latest Windows release and start it. To have Clipster auto start for the current user, open the startup folder by opening Explorer and typing `shell:startup`. Copy `clipster_win.exe` there.

### MacOS (coming soon...)

Expand Down

0 comments on commit b9909ce

Please sign in to comment.