全新★ Appimage2Deb | 星火商店打包器
Tofloor
poster avatar
152******17
deepin
2020-12-19 01:20
Author

因为之前那个 DTK 的“星火商店打包器”存在打包问题,之前也说过要写一个的。

之前发了个帖子不能编辑了,这次加上了简易的 UI 索性重新开个帖。


这次加了简单的UI

使用方法:

1. 下载 appimage 版本直接双击打开

2. 下载 deb 版本安装后从“主菜单-系统管理-A2D软件打包”打开


具体用法

Welcome to use Appimage2Deb Kitchen!
> Appimage2Deb 2.0b20201218
> Copyright (c) 2021 xRetia Labs

About xRetia Labs
> The xRetia Labs is apart of FC-SYSTEM which working for opensource project.
> Copyright (c) 2012-2020 FC-SYSTEM (dfc643.github.io)


Required:
-n | --name what's the name of your package?
-v | --version which version of your package?
-a | --arch which architecture of your software made?
x86: i386, amd64
ARM: armel, armhf, arm64
MIPS: mips, mips64el, mipsel
ppc64el, s390x, all
-f | --file-appimage full path of your appimage executable

Options:
--no-sandbox disable sandbox for appimage executable
-h | --help show this help message


使用例子

./appimage2deb.AppImage -n CPU-X -v 1.0 -a amd64 -f CPU-X-v4.0.1-x86_64.AppImage --no-sandbox


下载地址:appimage   或者  deb

源码仓库:https://gitlab.com/dfc643/appimage2deb

许可协议:MIT 商用许可



Reply Favorite View the author
All Replies
152******17
deepin
2020-12-19 01:26
#1

命令行和 UI 同时可用,如果想用命令行可以直接

./appimage2deb.appimage <参数>


UI 使用 zenity 写的,系统一般都自带了 zenity,如果发行版没有就安装一下 zenity 包

Reply View the author
element
deepin
2020-12-19 02:30
#2

哥你的图片挂了  难道只有我一个人看不见图片么?

Reply View the author
152******17
deepin
2020-12-19 04:38
#3
element

哥你的图片挂了  难道只有我一个人看不见图片么?

刷新了几遍都能看见,为什么论坛头像死都改不了[尖叫]

Reply View the author
q77190858
deepin
2020-12-19 09:09
#4

看到厨房我就想到了安卓打包解包的那个厨房了

Reply View the author
152******17
deepin
2020-12-19 09:52
#5
q77190858

看到厨房我就想到了安卓打包解包的那个厨房了

安卓厨房没做过,主做openwrt和Linux厨房,以前做过wmppc厨房

Reply View the author
lenke
deepin
2020-12-22 00:26
#6


安装使用,会出现以下错误

./base.AppImage
/tmp/.mount_base.APh4rcl/AppRun:行41: zenity:未找到命令
/tmp/.mount_base.APh4rcl/AppRun:行46: zenity:未找到命令
/tmp/.mount_base.APh4rcl/AppRun:行49: zenity:未找到命令

Reply View the author
152******17
deepin
2020-12-22 03:34
#7
lenke


安装使用,会出现以下错误

./base.AppImage
/tmp/.mount_base.APh4rcl/AppRun:行41: zenity:未找到命令
/tmp/.mount_base.APh4rcl/AppRun:行46: zenity:未找到命令
/tmp/.mount_base.APh4rcl/AppRun:行49: zenity:未找到命令

apt install zenity 依赖 zenity

Reply View the author
Comments
lenke
2020-12-22 13:38
ok,问题解决了
神末shenmo
Moderator
Spark-App
2021-07-11 02:23
#8
152******17

apt install zenity 依赖 zenity

打包的时候最好加上

给你新包,有时间投递下

看下私信

https://shenmo.lanzoui.com/iuPxxr8o7kb

Reply View the author
delsin
deepin
2022-05-06 22:20
#9
神末shenmo

打包的时候最好加上

给你新包,有时间投递下

看下私信

https://shenmo.lanzoui.com/iuPxxr8o7kb

我想问一下,星火应用商店的A2D软件打包器,只是封装了一下appimage,实质还是APPimage,并没有像UOS应用商店里的deb包那样创建entries、files等文件夹,对吗?

Reply View the author
神末shenmo
Moderator
Spark-App
2022-05-07 05:04
#10
delsin

我想问一下,星火应用商店的A2D软件打包器,只是封装了一下appimage,实质还是APPimage,并没有像UOS应用商店里的deb包那样创建entries、files等文件夹,对吗?

作者没做

实际上需求不算大,不过直接带AppImage的包被UOS签名之后就不能用了

Reply View the author