We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f484992 commit f0df1fdCopy full SHA for f0df1fd
.gitignore
@@ -1,3 +1,6 @@
1
/**/Debug/**
2
+/**/Release/**
3
/**/*.suo
4
/**/*.nupkg
5
+/**/make-setup/RPAStudio/**
6
+/**/make-setup/*.exe
samples/RPAStudioSetup/make-setup/make-rpastudio-setup.bat
@@ -7,7 +7,7 @@
7
set product_name=RPAStudio教学版设计器
8
set robot_name=RPARobot教学版执行器
9
set setup_exe_name=RPAStudioLearnSetup
10
-set product_copyright_year=2021
+set product_copyright_year=2022
11
set product_version=1.0.0.1
12
13
setlocal EnableDelayedExpansion
0 commit comments