hopefully this will be the last mistake
This commit is contained in:
parent
5e757970e9
commit
71121dd81f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user