diff --git a/firstrun.sh b/firstrun.sh index aaf33c1b..7e8f14a9 100755 --- a/firstrun.sh +++ b/firstrun.sh @@ -72,8 +72,6 @@ for projName in ${GIT_PROJECT_NAMES}; do done -cd $WD - # generate strong name key file if [ -e Production.snk ]; then whiptail --title "Generate new strong name key file?" --backtitle "Universal Editor Configure Script" --yesno "A strong name key file Production.snk already exists. Do you want to overwrite it? (If you don't know, you should probably say NO)" 15 60 @@ -86,6 +84,8 @@ else sn -k Production.snk fi +cd $WD + # install other junk sudo cp MainIcon.png /usr/share/icons/universal-editor.png sudo cp net.alcetech.UniversalEditor.desktop /usr/share/applications