From 71121dd81f54ec5a80f49a6d70dfe015cc1c1ad1 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Wed, 5 May 2021 00:41:53 -0400 Subject: [PATCH] hopefully this will be the last mistake --- firstrun.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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