qiushang 1 year ago
parent
commit
63cb47a8ef
1 changed files with 4 additions and 4 deletions
  1. 4 4
      nsis/test.nsi

+ 4 - 4
nsis/test.nsi

@@ -1,16 +1,16 @@
 # ====================== 自定义宏 产品信息==============================
 !define PRODUCT_MID        		    "Lfk5KXGSo9wC"
-!define PRODUCT_VERSION        		"1.3.0.0"
-!define PRODUCT_NAME           		"星优拼音助手"
+!define PRODUCT_VERSION        		"1.4.0.0"
+!define PRODUCT_NAME           		"星优汉字注音器"
 !define INSTALL_OUTPUT_NAME    		"XYPinyin_XY.exe" 
 !define EXE_NAME               		"XYPinyin.exe"
 !define PRODUCT_PATHNAME           	"XYPinyin"     #安装卸载项用到的KEY,注册表
 !define INSTALL_APPEND_PATH         "XYPinyin"     #安装路径追加的名称 
-!define APP_DOWNLOAD_URL    		"https://xy.xingyousoft.com/soft/XYPinyin/lastest1.3.0.0.7z"
+!define APP_DOWNLOAD_URL    		"https://xy.xingyousoft.com/soft/XYPinyin/lastest1.4.0.0.7z"
 !define PRODUCT_PUBLISHER      	    "苏州星优办公软件有限公司"
 !define PRODUCT_LEGAL          	    "苏州星优办公软件有限公司"
 !define STATISTICS_url              "https://www.xingyousoft.com/api/index/user_log"   # 统计网址
-!define UNINSTALL_url               "https://xy.xingyousoft.com/soft/XYPinyin/uninstallWeb/?v=1.3.0.0"   # 接卸优惠网址
+!define UNINSTALL_url               "https://xy.xingyousoft.com/soft/XYPinyin/uninstallWeb/?v=1.4.0.0"   # 接卸优惠网址
 
 # ====================== 自定义宏 安装信息==============================
 !define INSTALL_7Z_NAME 	   		"app.7z"