Add script to upgrade dungeondraft after install

This commit is contained in:
2021-09-16 22:21:34 +01:00
parent 7e3de83c68
commit 2a8b39bd56
3 changed files with 48 additions and 5 deletions

9
.local/bin/upgradedungeondraft Executable file
View File

@@ -0,0 +1,9 @@
#! /bin/bash
newzip=$1
file="$HOME/Tower/Resources/Applications/dungeondraft.zip"
mv -f $1 $file
installzip $file