Replies: 2 comments 2 replies
-
请问是通过 cli 还是 actions的打包方式?方便给我更多的日志吗? |
Beta Was this translation helpful? Give feedback.
-
Having the same issue here on Linux, because of this one can only install one Paked App on his Linux machine.
From CLI pake https://web.whatsapp.com/ --name whatsapp --icon 'whatsapp_logo_icon_512.png' --show-system-tray --system-tray-icon 'whatsapp_logo_icon_512.png' --fullscreen pake https://web.telegram.org/a/ --name telegram --icon 'telegram_logo_icon_256.png' --show-system-tray --system-tray-icon 'telegram_logo_icon_256.png' --fullscreen After Paking i got I started with whatsapp and it installed successfully, but when i tried to install telegram i got this error Get:1 /home/ubuntu/Downloads/telegram.deb telegram amd64 1.0.0 [7,735 kB]
(Reading database ... 193470 files and directories currently installed.)
Preparing to unpack .../ubuntu/Downloads/telegram.deb ...
Unpacking telegram (1.0.0) over (1.0.0) ...
dpkg: error processing archive /home/ubuntu/Downloads/telegram.deb (--unpack):
trying to overwrite '/usr/share/icons/hicolor/512x512/apps/pake.png', which is also in package whatsapp 1.0.0
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
/home/ubuntu/Downloads/telegram.deb After reading the Error, I knew whats happening, I unzipped both the foo.deb
├── DEBIAN
│ ├── control
│ └── md5sums
└── usr
├── bin
│ └── pake
├── lib
│ └── foo
│ └── png
│ └── foo_{icon_size}.png
└── share
├── applications
│ └── foo.desktop
└── icons
└── hicolor
└── {icon_size}x{icon_size}
└── apps
└── pake.png
I renamed Then I myself compiled the |
Beta Was this translation helpful? Give feedback.
-
现在所有的执行文件都是pake.exe
以前都是对应项目名称,就比如图中Uninstall后面跟着的名字
Beta Was this translation helpful? Give feedback.
All reactions