mirror of
https://github.com/onionshare/onionshare.git
synced 2025-04-20 23:46:35 -04:00
Don't clean out the gnome snap, it takes python3 away?
This commit is contained in:
parent
774298c624
commit
330eaaeace
@ -207,11 +207,9 @@ parts:
|
||||
plugin: nil
|
||||
build-snaps: # List all content-snaps and base snaps you're using here
|
||||
- core24
|
||||
- core22
|
||||
- go/latest/stable
|
||||
- gnome-46-2404-sdk
|
||||
override-prime: |
|
||||
set -eux
|
||||
for snap in core24 core22 go/latest/stable gnome-46-2404-sdk; do # List all content-snaps and base snaps you're using here
|
||||
for snap in core24 go/latest/stable; do # List all content-snaps and base snaps you're using here
|
||||
cd "/snap/$snap/current" && find . -type f,l -exec rm -f "$CRAFT_PRIME/{}" \;
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user