Add script to upgrade dungeondraft after install
This commit is contained in:
9
.local/bin/upgradedungeondraft
Executable file
9
.local/bin/upgradedungeondraft
Executable file
@@ -0,0 +1,9 @@
|
||||
#! /bin/bash
|
||||
|
||||
newzip=$1
|
||||
file="$HOME/Tower/Resources/Applications/dungeondraft.zip"
|
||||
|
||||
mv -f $1 $file
|
||||
|
||||
installzip $file
|
||||
|
||||
Reference in New Issue
Block a user