Replace clipboard-indicator with pano
This commit is contained in:
parent
54ba34d8fe
commit
cc07c770c8
1 changed files with 4 additions and 1 deletions
|
@ -12,7 +12,10 @@ popd > /dev/null;
|
|||
rm -rf "$contextRoot";
|
||||
uuids=();
|
||||
|
||||
for id in 779 4907 1162
|
||||
for id in
|
||||
5278 # pano https://extensions.gnome.org/extension/5278/pano/
|
||||
4907 # EasyEffects Preset Selector https://extensions.gnome.org/extension/4907/easyeffects-preset-selector/
|
||||
1162 # Emoji Selector https://extensions.gnome.org/extension/1162/emoji-selector/
|
||||
do
|
||||
contextRoot="$(mktemp -d)";
|
||||
unzipLocation="$(mktemp -d)";
|
||||
|
|
Loading…
Reference in a new issue