mirror of
https://github.com/Hopiu/RandomWallpaperGnome3.git
synced 2026-03-16 22:20:24 +00:00
Change name of zip file from build script
This commit is contained in:
parent
5d701b0935
commit
15f766ecaa
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
BASEDIR='randomwallpaper@iflow.space'
|
||||
ZIPNAME='random-wallpaper-gnome3.zip'
|
||||
BASEDIR="randomwallpaper@iflow.space"
|
||||
ZIPNAME="$BASEDIR.zip"
|
||||
|
||||
rm $ZIPNAME
|
||||
rm $BASEDIR/schemas/gschemas.compiled
|
||||
|
|
|
|||
Loading…
Reference in a new issue