update firstrun.sh to properly link project SNK to global SNK (you must generate your own SNK)
This commit is contained in:
parent
82c9d7fed6
commit
4141b5ea38
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user