Skip to content

Commit a4e3537

Browse files
committed
Replace to . in the installation name.
1 parent 32bda9e commit a4e3537

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
- Support Revit 2026.
1010
### Updates
1111
- Update `ricaun.Revit.Installation` to `1.4.0`.
12+
### Build
13+
- Replace ` ` to `.` in the installation name.
14+
- Add `ricaun` in the installation name.
1215

1316
## [1.0.1] / 2024-05-15
1417
### Features

Install/RevitShell.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ AppPublisherURL={#AppURL}
2626
AppSupportURL={#AppURL}
2727
AppUpdatesURL={#AppURL}
2828

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

3636
LicenseFile="..\LICENSE"

0 commit comments

Comments
 (0)