mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-04-27 15:50:57 -07:00
Automatic commit
This commit is contained in:
parent
9b05679e9f
commit
63ed290c72
2 changed files with 6 additions and 11 deletions
6
makefile
6
makefile
|
|
@ -9,12 +9,12 @@ appimage_cachedir="./.deb2appimage_cache"
|
|||
appimage_address="https://github.com/simoniz0r/deb2appimage/releases/download/v0.0.5/deb2appimage-0.0.5-x86_64.AppImage"
|
||||
bin="$(appimage_cachedir)/deb2appimage.appimage"
|
||||
config_file="./scripts/deb2appimage.json"
|
||||
target_dir="./out/make"
|
||||
target_dir="./out/"
|
||||
|
||||
build-appimage:
|
||||
@rm -rf $(appimage_cachedir); mkdir $(appimage_cachedir)
|
||||
@wget $(appimage_address) -O ${bin}
|
||||
@chmod +x ${bin}
|
||||
@$(bin) -j $(config_file) -o $(appimage_cachedir)
|
||||
# @cp $(appimage_cachedir/tidig*.Appimage) $(target_dir)
|
||||
# @echo "✔ 🎉 appimage generated"
|
||||
@cp $(appimage_cachedir/tidig*.Appimage) $(target_dir)
|
||||
@echo "✔ 🎉 appimage generated"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
"deps": "",
|
||||
"repoarch": "amd64",
|
||||
"distrorepo": "Debian",
|
||||
"repoversion": "jessie-backports,jessie,jessie",
|
||||
"repoversion": "",
|
||||
"binarypath": "/usr/bin/tidgi",
|
||||
"desktoppath": null,
|
||||
"iconpath": null,
|
||||
|
|
@ -36,13 +36,8 @@
|
|||
"authors": [
|
||||
{
|
||||
"type": "Author",
|
||||
"author": "parsecgaming",
|
||||
"url": "https://parsecgaming.com"
|
||||
},
|
||||
{
|
||||
"type": "AppImage Maintainer",
|
||||
"author": "E5ten",
|
||||
"url": "https://github.com/E5ten"
|
||||
"author": "",
|
||||
"url": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue