qiushang 1 year ago
parent
commit
7eefbb8e73
8 changed files with 4 additions and 4 deletions
  1. BIN
      bin/ia32/ffmpeg.exe
  2. BIN
      bin/ia32/ffplay.exe
  3. BIN
      bin/ia32/ffprobe.exe
  4. BIN
      bin/x64/ffmpeg.exe
  5. BIN
      bin/x64/ffplay.exe
  6. BIN
      bin/x64/ffprobe.exe
  7. 3 3
      nsis/test.nsi
  8. 1 1
      package.json

BIN
bin/ia32/ffmpeg.exe


BIN
bin/ia32/ffplay.exe


BIN
bin/ia32/ffprobe.exe


BIN
bin/x64/ffmpeg.exe


BIN
bin/x64/ffplay.exe


BIN
bin/x64/ffprobe.exe


+ 3 - 3
nsis/test.nsi

@@ -1,16 +1,16 @@
 # ====================== 自定义宏 产品信息==============================
 # ====================== 自定义宏 产品信息==============================
 !define PRODUCT_MID        		    "EB6PwuL4mFP1"
 !define PRODUCT_MID        		    "EB6PwuL4mFP1"
-!define PRODUCT_VERSION        		"2.1.1.0"
+!define PRODUCT_VERSION        		"2.2.0.0"
 !define PRODUCT_NAME           		"星优视频处理器"
 !define PRODUCT_NAME           		"星优视频处理器"
 !define INSTALL_OUTPUT_NAME    		"XYVideox64.exe" 
 !define INSTALL_OUTPUT_NAME    		"XYVideox64.exe" 
 !define EXE_NAME               		"XYVideo.exe"
 !define EXE_NAME               		"XYVideo.exe"
 !define PRODUCT_PATHNAME           	"XYVideo"     #安装卸载项用到的KEY,注册表
 !define PRODUCT_PATHNAME           	"XYVideo"     #安装卸载项用到的KEY,注册表
 !define INSTALL_APPEND_PATH         "XYVideo"     #安装路径追加的名称 
 !define INSTALL_APPEND_PATH         "XYVideo"     #安装路径追加的名称 
-!define APP_DOWNLOAD_URL    		"https://xy.xingyousoft.com/soft/XYVideo/lastest_x64_2.1.1.0.7z"
+!define APP_DOWNLOAD_URL    		"https://xy.xingyousoft.com/soft/XYVideo/lastest_x64_2.2.0.0.7z"
 !define PRODUCT_PUBLISHER      	    "苏州星优办公软件有限公司"
 !define PRODUCT_PUBLISHER      	    "苏州星优办公软件有限公司"
 !define PRODUCT_LEGAL          	    "苏州星优办公软件有限公司"
 !define PRODUCT_LEGAL          	    "苏州星优办公软件有限公司"
 !define STATISTICS_url              "https://www.xingyousoft.com/api/index/user_log"   # 统计网址
 !define STATISTICS_url              "https://www.xingyousoft.com/api/index/user_log"   # 统计网址
-!define UNINSTALL_url               "https://xy.xingyousoft.com/soft/XYVideo/uninstallWeb/?v=2.1.1.0"   # 接卸优惠网址
+!define UNINSTALL_url               "https://xy.xingyousoft.com/soft/XYVideo/uninstallWeb/?v=2.2.0.0"   # 接卸优惠网址
 
 
 # ====================== 自定义宏 安装信息==============================
 # ====================== 自定义宏 安装信息==============================
 !define INSTALL_7Z_NAME 	   		"app.7z"
 !define INSTALL_7Z_NAME 	   		"app.7z"

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
 	"name": "XYVideo",
 	"name": "XYVideo",
-	"version": "2.1.1.0",
+	"version": "2.2.0.0",
 	"author": "苏州星优办公软件有限公司",
 	"author": "苏州星优办公软件有限公司",
 	"description": "An electron-vue project",
 	"description": "An electron-vue project",
 	"license": "video",
 	"license": "video",