#! /bin/bash

newzip=$1
file="$HOME/Stardust/Resources/Applications/dungeondraft.zip"

mv -f $1 $file

installzip $file

