mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-06 07:23:02 +00:00
update
This commit is contained in:
parent
b92ca01f1a
commit
d6006936b1
@ -19,7 +19,7 @@ install() {
|
||||
compress() {
|
||||
for color in "${C_VARIANTS[@]}"; do
|
||||
for solid in "${S_VARIANTS[@]}"; do
|
||||
rm -rf ${RELEASE_DIR}/${THEME_NAME}${color}${solid}${RELEASE_VERSION}.tar.xz
|
||||
rm -rf ${RELEASE_DIR}/${THEME_NAME}${color}${solid}.tar.xz
|
||||
done
|
||||
done
|
||||
|
||||
@ -27,7 +27,7 @@ compress() {
|
||||
|
||||
for color in "${C_VARIANTS[@]}"; do
|
||||
for solid in "${S_VARIANTS[@]}"; do
|
||||
tar -Jcf ${RELEASE_DIR}/${THEME_NAME}${color}${solid}${RELEASE_VERSION}.tar.xz ${THEME_NAME}${color}${solid}
|
||||
tar -Jcf ${RELEASE_DIR}/${THEME_NAME}${color}${solid}.tar.xz ${THEME_NAME}${color}${solid}
|
||||
done
|
||||
done
|
||||
}
|
||||
@ -38,7 +38,7 @@ compress() {
|
||||
#prompt -s "Compress Gnome${RELEASE_VERSION} version finished!"; echo
|
||||
|
||||
GNOME_VERSION="44-0"
|
||||
RELEASE_VERSION="-44-0"
|
||||
RELEASE_VERSION="-last"
|
||||
install && compress
|
||||
prompt -s "Compress Gnome${RELEASE_VERSION} version finished!"; echo
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
BIN
release/WhiteSur-Dark-solid.tar.xz
Normal file
BIN
release/WhiteSur-Dark-solid.tar.xz
Normal file
Binary file not shown.
BIN
release/WhiteSur-Dark.tar.xz
Normal file
BIN
release/WhiteSur-Dark.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
release/WhiteSur-Light-solid.tar.xz
Normal file
BIN
release/WhiteSur-Light-solid.tar.xz
Normal file
Binary file not shown.
BIN
release/WhiteSur-Light.tar.xz
Normal file
BIN
release/WhiteSur-Light.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user