Skip to content

Commit

Permalink
sping insight git-commit 90f2e23
Browse files Browse the repository at this point in the history
  • Loading branch information
antony-jr committed Nov 3, 2019
1 parent 1064c95 commit 6be9d59
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ script:
- ./appimagetool-x86_64.AppImage -g AppDir

after_success:
- curl --upload-file ./Insight-*-x86_64.AppImage "https://transfer.sh/Insight.AppImage" > ./one-upload
- echo "$(cat ./one-upload)" # this way we get a newline
- echo -n "$(cat ./one-upload)\\n" >> ./uploaded-to
- # bash scripts/upload.sh Insight-*-x86_64.AppImage *zsync
- # curl --upload-file ./Insight-*-x86_64.AppImage "https://transfer.sh/Insight.AppImage" > ./one-upload
- # echo "$(cat ./one-upload)" # this way we get a newline
- # echo -n "$(cat ./one-upload)\\n" >> ./uploaded-to
- bash scripts/upload.sh Insight-*-x86_64.AppImage *zsync

branches:
except:
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Infact you **don't even have to install anything** , **Just download a binary an
Download the **binary** and **mark it executable** as mentioned in the **table below** , This **does not depend on anything**
this can even run in a live boot **without installing anything**, Have fun!

**Note**: If the version below did not work try a older version which can be downloaded from the releases page.


<p align="center">
<table>
<tr>
Expand All @@ -17,14 +20,14 @@ this can even run in a live boot **without installing anything**, Have fun!
</tr>
<tr>
<td >
<a href="https://github.com/antony-jr/insight/releases/download/continuous/Insight-1b74f77-x86_64.AppImage">
<img src="https://img.shields.io/badge/Download-Insight--1b74f77--x86--64.AppImage-green.svg?longCache=true&style=for-the-badge" alt="Download" / >
<a href="https://github.com/antony-jr/insight/releases/download/continuous/Insight-90f2e23-x86_64.AppImage">
<img src="https://img.shields.io/badge/Download-Insight--90f2e23--x86--64.AppImage-green.svg?longCache=true&style=for-the-badge" alt="Download" / >
</a>
</td>
<td>
<pre>
$ chmod +x Insight-1b74f77-x86_64.AppImage
$ ./Insight-1b74f77-x86_64.AppImage
$ chmod +x Insight-90f2e23-x86_64.AppImage
$ ./Insight-90f2e23-x86_64.AppImage
</pre>
</td>
</tr>
Expand Down

0 comments on commit 6be9d59

Please sign in to comment.