diff --git a/firstrun.sh b/firstrun.sh index d5e3d900..e0f98c7c 100755 --- a/firstrun.sh +++ b/firstrun.sh @@ -20,6 +20,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +APPNAME=UniversalEditor WD=$(pwd) # ================ INSTALL PACKAGE DEPENDENCIES FROM OFFICIAL REPOSITORY ================ @@ -89,6 +90,9 @@ cd $WD # install other junk sudo cp MainIcon.png /usr/share/icons/universal-editor.png +# link Production.snk to UniversalEditor.snk +ln -s ../Production.snk $(APPNAME).snk + # start the build msbuild