mirror of
https://gitlab.gnome.org/julianschacher/top-bar-organizer.git
synced 2025-10-27 07:09:07 +00:00
13 lines
311 B
Bash
Executable File
13 lines
311 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
REAL_BASE_DIR=$( dirname $( readlink -f "$0" ))
|
|
|
|
gnome-extensions pack "$REAL_BASE_DIR/src" \
|
|
--force \
|
|
--extra-source extensionModules \
|
|
--extra-source prefsModules \
|
|
--extra-source ../data/ui \
|
|
--schema ../data/org.gnome.shell.extensions.top-bar-organizer.gschema.xml
|