Automatic commit

This commit is contained in:
oeyoews 2022-10-04 23:54:41 +08:00
parent 9b05679e9f
commit 63ed290c72
2 changed files with 6 additions and 11 deletions

View file

@ -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"

View file

@ -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": ""
}
]
}