Skip to content

Commit 32df1ad

Browse files
committed
Update iss
1 parent 36bfdf5 commit 32df1ad

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Install/RevitShell.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; created 22 05 2023
44
; by Luiz Henrique Cassettari
55

6-
#define AppId "{116CDA5A-E6C5-4c2f-A9EF-B3222116B8C8}"
6+
#define AppId "{75C82D94-C2D8-4F8A-AB17-F98A8BC0E712}"
77
#define AppName "RevitShell"
88
#define AppVersion "1.0.0"
99
#define AppPublisher "ricaun"

RevitShell.sln

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{96
1010
README.md = README.md
1111
EndProjectSection
1212
EndProject
13+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Install", "Install", "{35DB0A25-27E4-493E-8015-E1A3332D4E36}"
14+
ProjectSection(SolutionItems) = preProject
15+
Install\RevitShell.iss = Install\RevitShell.iss
16+
EndProjectSection
17+
EndProject
1318
Global
1419
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1520
Debug|Any CPU = Debug|Any CPU

0 commit comments

Comments
 (0)