Skip to content

Commit f0df1fd

Browse files
committed
打包脚本修改
1 parent f484992 commit f0df1fd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
/**/Debug/**
2+
/**/Release/**
23
/**/*.suo
34
/**/*.nupkg
5+
/**/make-setup/RPAStudio/**
6+
/**/make-setup/*.exe

samples/RPAStudioSetup/make-setup/make-rpastudio-setup.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
set product_name=RPAStudio教学版设计器
88
set robot_name=RPARobot教学版执行器
99
set setup_exe_name=RPAStudioLearnSetup
10-
set product_copyright_year=2021
10+
set product_copyright_year=2022
1111
set product_version=1.0.0.1
1212

1313
setlocal EnableDelayedExpansion

0 commit comments

Comments
 (0)