hopefully this will be the last mistake

This commit is contained in:
Michael Becker 2021-05-05 00:41:53 -04:00
parent 5e757970e9
commit 71121dd81f
No known key found for this signature in database
GPG Key ID: 98C333A81F18C22C

View File

@ -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