build: disable dummy upstream profile in favor of ours.
This commit is contained in:
parent
078b0de752
commit
61939a3bf8
2 changed files with 5 additions and 3 deletions
|
|
@ -13,6 +13,7 @@ flatpak
|
||||||
foliate
|
foliate
|
||||||
loupe
|
loupe
|
||||||
msedge
|
msedge
|
||||||
|
mullvad
|
||||||
nautilus
|
nautilus
|
||||||
opera
|
opera
|
||||||
plasmashell
|
plasmashell
|
||||||
|
|
|
||||||
|
|
@ -49,10 +49,11 @@ func (p Overwrite) Apply() ([]string, error) {
|
||||||
if !dest.Exist() && p.OneFile {
|
if !dest.Exist() && p.OneFile {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
if origin.Exist() {
|
||||||
if err := origin.Rename(dest); err != nil {
|
if err := origin.Rename(dest); err != nil {
|
||||||
|
|
||||||
return res, err
|
return res, err
|
||||||
}
|
}
|
||||||
|
}
|
||||||
originRel, err := origin.RelFrom(dest)
|
originRel, err := origin.RelFrom(dest)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return res, err
|
return res, err
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue