mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +00:00
Release 1.7.3 (#1027)
This commit is contained in:
parent
75b2f82136
commit
af7df8212b
@ -1,4 +1,4 @@
|
||||
version: '1.7.2-git-{build}'
|
||||
version: '1.7.3-git-{build}'
|
||||
image: 'Visual Studio 2015'
|
||||
clone_depth: 1
|
||||
|
||||
|
@ -17,9 +17,9 @@ Cutter is available for all platforms (Linux, OS X, Windows).
|
||||
You can download the latest release [here](https://github.com/radareorg/cutter/releases).
|
||||
* OSX: Download the latest `.dmg` file.
|
||||
* Windows: Download the latest Zip archive.
|
||||
* Linux: use the [AppImage](https://github.com/radareorg/cutter/releases/download/v1.7.2/Cutter-v1.7.2-x86_64.Linux.AppImage) file. Then just make it executable and run it:
|
||||
* `chmod +x Cutter-v1.7.2-x86_64.Linux.AppImage`
|
||||
* `./Cutter-v1.7.2-x86_64.Linux.AppImage`
|
||||
* Linux: use the [AppImage](https://github.com/radareorg/cutter/releases/download/v1.7.3/Cutter-v1.7.3-x86_64.Linux.AppImage) file. Then just make it executable and run it:
|
||||
* `chmod +x Cutter-v1.7.3-x86_64.Linux.AppImage`
|
||||
* `./Cutter-v1.7.3-x86_64.Linux.AppImage`
|
||||
|
||||
## Building from sources
|
||||
|
||||
|
@ -2,7 +2,7 @@ name: Cutter
|
||||
title: Cutter
|
||||
|
||||
project:
|
||||
version: 1.7.2
|
||||
version: 1.7.3
|
||||
download_url: https://github.com/radareorg/cutter/releases
|
||||
|
||||
license:
|
||||
|
@ -17,8 +17,8 @@ You can download the latest release [here](https://github.com/radareorg/cutter/r
|
||||
* OSX: Download the latest `.dmg` file.
|
||||
* Windows: Download the latest archive.
|
||||
* Linux: use the AppImage file. Then just make it executable and run it:
|
||||
* `chmod +x Cutter-v1.7.2-x86_64.AppImage`
|
||||
* `./Cutter-v1.7.2-x86_64.AppImage`
|
||||
* `chmod +x Cutter-v1.7.3-x86_64.AppImage`
|
||||
* `./Cutter-v1.7.3-x86_64.AppImage`
|
||||
|
||||
---
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user