Skip to content

Commit

Permalink
Merge pull request #40 from gyazo/dist
Browse files Browse the repository at this point in the history
Add Installable target distributions, MintLinux and Ubuntu 15.10
  • Loading branch information
pastak committed Nov 6, 2015
2 parents 079f23b + 8773c81 commit dc7e833
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -17,9 +17,11 @@ https://gyazo.com/
2. Search "Gyazo"
3. Drag the Gyazo icon and drop into the launcher

### :warning: for Linux Mint
### :warning: Trouble Shooting: Failed to install

If you install Gyazo to Linux Mint, please refer to [this issue](https://github.com/gyazo/Gyazo-for-Linux/issues/35).
- Please refer to [this issue](https://github.com/gyazo/Gyazo-for-Linux/issues/35).
- Install `deb` package, write `os` to `ubuntu` and `version` to `trusty`
- Install `rpm` package, write `os` to `el` and `version` to `6`

### yum

Expand All @@ -28,7 +30,7 @@ If you install Gyazo to Linux Mint, please refer to [this issue](https://github.

## How to change screenshot-tool

Gyazo use `import`(imagemagick) comand by default.
Gyazo use `import`(imagemagick) command by default.
If you have some trouble on screenshot such as cannot take correct area, take broken image...,try to change screenshot-tool by this way.

Revise `/src/gyazo.rb`[here](https://github.com/gyazo/Gyazo-for-Linux/blob/3451db33631a0732097ed1cfaa87326672695a27/src/gyazo.rb#L24
Expand Down
6 changes: 6 additions & 0 deletions circle_release.sh
@@ -1,6 +1,11 @@
#!/bin/bash

declare -a deb_targets=(
"linuxmint/petra"
"linuxmint/qiana"
"linuxmint/rebecca"
"linuxmint/rafaela"
"linuxmint/rosa"
"debian/squeeze"
"debian/wheezy"
"debian/jessie"
Expand All @@ -13,6 +18,7 @@ declare -a deb_targets=(
"ubuntu/trusty"
"ubuntu/utopic"
"ubuntu/vivid"
"ubuntu/wily"
)

for e in ${deb_targets[@]}; do
Expand Down

0 comments on commit dc7e833

Please sign in to comment.