Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
Qt程序自依赖AppImage打包教材4/4(以TheNewPlayerFree为例)
社区开发
1.4w
views ·
0
replies ·
To
floor
Go
已退deepin
deepin
2020-07-11 17:15
Author
本帖最后由 user0001 于 2020-7-11 15:38 编辑
1/4
https://bbs.deepin.org/post/196995
2/4
https://bbs.deepin.org/post/196996
3/4
https://bbs.deepin.org/post/196998
4/4 (end)
https://bbs.deepin.org/post/196999
开始打包
export os="linux"
export arch="amd64"
export version="1.2.3-r4"
appimagetool thenewplayerfree.AppDir thenewplayerfree-bin.$os.$version.$arch.AppImage
获取MD5
md5
thenewplayerfree-bin.$os.$version.$arch.AppImage > thenewplayerfree-bin.$os.$version.$arch.AppImage.md5
自此打包完成,可以进行产品发布!
验证
./thenewplayerfree-bin.$os.$version.$arch.AppImage.md5
另外开一个终端执行
mount
在里面可以看见AppImage装载起来的AppImage的虚拟路径
Reply
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
1/4
https://bbs.deepin.org/post/196995
2/4
https://bbs.deepin.org/post/196996
3/4
https://bbs.deepin.org/post/196998
4/4 (end)
https://bbs.deepin.org/post/196999
开始打包