add cutter setup script
This commit is contained in:
parent
0f55300461
commit
f72aea884b
1 changed files with 15 additions and 0 deletions
15
src/setup/dev/cutter.py
Normal file
15
src/setup/dev/cutter.py
Normal file
|
@ -0,0 +1,15 @@
|
|||
from src.util import appimage_install, get_latest_appimage_url_from_github
|
||||
|
||||
|
||||
name = "Cutter"
|
||||
|
||||
|
||||
def setup():
|
||||
"""
|
||||
Reverse engineering tool with GUI
|
||||
"""
|
||||
|
||||
appimage_install(
|
||||
get_latest_appimage_url_from_github("rizinorg/cutter"),
|
||||
"cutter",
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue