Skip to content

Commit 2e7de00

Browse files
committed
Update app name to ricaun.RevitShell and folder.
1 parent 1f9315c commit 2e7de00

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111
- Update `ricaun.Revit.Installation` to `1.4.0`.
1212
### Build
1313
- Replace ` ` to `.` in the installation name.
14-
- Update app name to `ricaun.RevitShell`.
14+
- Update app name to `ricaun.RevitShell` and folder.
1515

1616
## [1.0.1] / 2024-05-15
1717
### Features

Install/RevitShell.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#define AppVersion "1.0.0"
99
#define AppPublisher "ricaun"
1010
#define AppComments "Windows Shell Extensions in .NET for Revit files. "
11-
#define AppFolder "ricaun.RevitShell"
11+
#define AppFolder "ricaun\RevitShell"
1212
#define AppURL "https://github.com/ricaun-io/RevitShell"
1313
#define AppEmail ""
1414

@@ -57,7 +57,7 @@ Name: {app}; Permissions: users-full
5757
Name: "en"; MessagesFile: "compiler:Default.isl";
5858

5959
[Files]
60-
Source: "..\{#AppFolder}\bin\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs signonce
60+
Source: "..\RevitShell\bin\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs signonce
6161

6262
[Run]
6363
Filename: "{app}\ServerRegistrationManager.exe"; Parameters: "install ""{app}\RevitShell.dll"" -codebase"

0 commit comments

Comments
 (0)