Skip to content

Commit 1f9315c

Browse files
committed
Update app name to ricaun.RevitShell.
1 parent a4e3537 commit 1f9315c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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-
- Add `ricaun` in the installation name.
14+
- Update app name to `ricaun.RevitShell`.
1515

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

Install/RevitShell.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
; by Luiz Henrique Cassettari
55

66
#define AppId "{75C82D94-C2D8-4F8A-AB17-F98A8BC0E712}"
7-
#define AppName "RevitShell"
7+
#define AppName "ricaun.RevitShell"
88
#define AppVersion "1.0.0"
99
#define AppPublisher "ricaun"
1010
#define AppComments "Windows Shell Extensions in .NET for Revit files. "
11-
#define AppFolder "RevitShell"
11+
#define AppFolder "ricaun.RevitShell"
1212
#define AppURL "https://github.com/ricaun-io/RevitShell"
1313
#define AppEmail ""
1414

@@ -30,7 +30,7 @@ DefaultDirName="{autopf}\{#AppFolder}\{#AppVersion}"
3030
DisableWelcomePage=no
3131
DisableDirPage=no
3232
DisableProgramGroupPage=yes
33-
OutputBaseFilename="ricaun.{#AppName}.{#AppVersion}"
33+
OutputBaseFilename="{#AppName}.{#AppVersion}"
3434
UninstallDisplayName="{#AppName}"
3535

3636
LicenseFile="..\LICENSE"

0 commit comments

Comments
 (0)