File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
11
11
- Update ` ricaun.Revit.Installation ` to ` 1.4.0 ` .
12
12
### Build
13
13
- Replace ` ` to ` . ` in the installation name.
14
- - Update app name to ` ricaun.RevitShell ` .
14
+ - Update app name to ` ricaun.RevitShell ` and folder .
15
15
16
16
## [ 1.0.1] / 2024-05-15
17
17
### Features
Original file line number Diff line number Diff line change 8
8
#define AppVersion " 1.0.0"
9
9
#define AppPublisher " ricaun"
10
10
#define AppComments " Windows Shell Extensions in .NET for Revit files. "
11
- #define AppFolder " ricaun. RevitShell"
11
+ #define AppFolder " ricaun\ RevitShell"
12
12
#define AppURL " https://github.com/ricaun-io/RevitShell"
13
13
#define AppEmail " "
14
14
@@ -57,7 +57,7 @@ Name: {app}; Permissions: users-full
57
57
Name : " en" ; MessagesFile : " compiler:Default.isl" ;
58
58
59
59
[Files]
60
- Source : " ..\{#AppFolder} \bin\Release\*" ; DestDir : " {app} " ; Flags : ignoreversion recursesubdirs signonce
60
+ Source : " ..\RevitShell \bin\Release\*" ; DestDir : " {app} " ; Flags : ignoreversion recursesubdirs signonce
61
61
62
62
[Run]
63
63
Filename : " {app} \ServerRegistrationManager.exe" ; Parameters : " install " " {app} \RevitShell.dll" " -codebase"
You can’t perform that action at this time.
0 commit comments