appimage: Pinned the version of appimagetool.
This commit is contained in:
parent
20161303fc
commit
0e68dd2e43
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ def make_app_dir(app_dir, new_paths):
|
|||
|
||||
def make_appimage(app_dir):
|
||||
cmd("wget --continue https://github.com/AppImage/AppImageKit/releases/"
|
||||
"download/continuous/appimagetool-x86_64.AppImage")
|
||||
"download/9/appimagetool-x86_64.AppImage")
|
||||
cmd("chmod +x appimagetool-x86_64.AppImage")
|
||||
cmd("./appimagetool-x86_64.AppImage " + app_dir)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue