update firstrun.sh to properly link project SNK to global SNK (you must generate your own SNK)

This commit is contained in:
Michael Becker 2021-05-15 00:42:05 -04:00
parent 82c9d7fed6
commit 4141b5ea38
No known key found for this signature in database
GPG Key ID: 98C333A81F18C22C

View File

@ -20,6 +20,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
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