AppImage打的安装包怎么执行自己的安装脚本
Tofloor
poster avatar
wuyin
deepin
2020-01-15 01:07
Author
AppImage打的安装包怎么执行自己的安装脚本
Reply Favorite View the author
All Replies
avatar
jauy101
deepin
2020-01-15 19:27
#1
我用manjaro时网易云音乐试过可行。https://blog.csdn.net/AKillWum/article/details/82940772
Reply View the author
avatar
wuyin
deepin
2020-01-15 23:17
#2
https://bbs.deepin.org/post/187979
我用manjaro时网易云音乐试过可行。https://blog.csdn.net/AKillWum/article/details/82940772 ...

谢谢。
我们现在做了一个安装包。想在执行安装deb包的时候,直接就把.destop文件放到 桌面上。
这个想在deb里的安装包的脚本实现。但是现在这个deb包是用appImage生成的。不知道怎么在
appImage里加入自己(postinst)脚本
Reply View the author
avatar
Feng Yu
deepin
2020-01-15 23:29
#3
在AppRun脚本中自己写对应的逻辑就行了。有些AppImage运行的时候不是会询问是否集成在菜单中吗?就是在AppRun脚本中写的,你可以看看Motrix项目或者腾讯的cosbrowser项目等等
Reply View the author
avatar
wuyin
deepin
2020-01-16 03:26
#4
https://bbs.deepin.org/post/187979
在AppRun脚本中自己写对应的逻辑就行了。有些AppImage运行的时候不是会询问是否集成在菜单中吗?就是在AppR ...

好的。谢谢
Reply View the author