mirror of
https://gitee.com/amber-ce/amber-pm
synced 2025-12-19 03:41:37 +08:00
dos2unix
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
Package: apm
|
Package: apm
|
||||||
Source: amber-ce
|
Source: amber-ce
|
||||||
Version: 1.1.2-1
|
Version: 1.1.3
|
||||||
Architecture: amd64
|
Architecture: amd64
|
||||||
Maintainer: shenmo <shenmo@spark-app.store>
|
Maintainer: shenmo <shenmo@spark-app.store>
|
||||||
Installed-Size: 46496
|
Installed-Size: 48980
|
||||||
Depends: bubblewrap, flatpak, policykit-1 | pkexec | polkit-1 | polkit, systemd, procps,coreutils,fuse-overlayfs,xz-utils,libnotify-bin,curl,xdg-user-dirs
|
Depends: bubblewrap, flatpak, policykit-1 | pkexec | polkit-1 | polkit, systemd, procps,coreutils,fuse-overlayfs,xz-utils,libnotify-bin,curl,xdg-user-dirs,bash
|
||||||
|
Recommends: dpkg, fakeroot, busybox
|
||||||
Section: misc
|
Section: misc
|
||||||
Conflicts: ace-host-integration
|
Conflicts: ace-host-integration
|
||||||
Priority: optional
|
Priority: optional
|
||||||
|
|||||||
@@ -231,6 +231,7 @@ dpkg -e "$DEB_PATH" "$MODIFIED_DEB_DIR/DEBIAN"
|
|||||||
DESKTOP_MODIFIED=false
|
DESKTOP_MODIFIED=false
|
||||||
find "$EXTRACT_DIR" -name "*.desktop" | while read -r desktop_file; do
|
find "$EXTRACT_DIR" -name "*.desktop" | while read -r desktop_file; do
|
||||||
log.info "处理桌面文件: $desktop_file"
|
log.info "处理桌面文件: $desktop_file"
|
||||||
|
busybox dos2unix $desktop_file
|
||||||
DESKTOP_MODIFIED=true
|
DESKTOP_MODIFIED=true
|
||||||
|
|
||||||
# 在Exec和TryExec行前追加 "apm run $NEW_PKGNAME"
|
# 在Exec和TryExec行前追加 "apm run $NEW_PKGNAME"
|
||||||
|
|||||||
Reference in New Issue
Block a user