t14_legacy_config/pkgs/andesight/install-properties.patch
2022-11-30 07:38:46 -06:00

32 lines
1 KiB
Diff

--- a/AndeSight_V510_STD_OFFICIAL_Linux_x64_COPILOT600Beta/Linux_x64/Disk1/InstData/install.properties 2022-01-19 23:54:49.000000000 -0600
+++ b/AndeSight_V510_STD_OFFICIAL_Linux_x64_COPILOT600Beta/Linux_x64/Disk1/InstData/install.properties 2022-01-19 23:54:49.000000000 -0600
@@ -8,14 +8,14 @@
#Choose Install Folder
#---------------------
-USER_INSTALL_DIR=/local/Andestech/AndeSight_STD_v510
+USER_INSTALL_DIR=@out@/andesight
#License Type Selection
#----------------------
#LICENSE_TYPE_A: Activation Code, LICENSE_TYPE_F: Floating License, LICENSE_TYPE_N:Node-Lock License
#----------------------
-LICENSE_TYPE_A=1
-LICENSE_TYPE_F=0
+LICENSE_TYPE_A=0
+LICENSE_TYPE_F=1
LICENSE_TYPE_N=0
#Language Selection
@@ -30,8 +30,8 @@
#----------------------
#UI_MCU: Provides a streamlined UI specialized for developing micro-controller applications.
#UI_STD: Comprises a full-featured layout to fulfill all development requirements.
-UI_MCU=1
-UI_STD=0
+UI_MCU=0
+UI_STD=1
#IDE / BSP Selection
#----------------------