Skip to content

Commit 636990f

Browse files
Fixing version info and code signing descriptions
1 parent 4f03ed4 commit 636990f

1 file changed

Lines changed: 67 additions & 7 deletions

File tree

Build/BuildDPM.fbp8

Lines changed: 67 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ begin
1919
propertysetname = DPMVersion
2020
propertyset.win32.info
2121
begin
22-
legalcopyright = "© 2019 -2024 Vincent Parrett and Contributors"
23-
linkproductversion = false
24-
minorversion = 2
2522
name = DPMVersion
26-
productname = "DPM IDE Support for DelphiXE7"
23+
productversion = 0.0.0.0
2724
productversionstring = 0.2.0-alpha
2825
end
2926
end
@@ -48,7 +45,7 @@ begin
4845
"" +
4946
"true" +
5047
"" +
51-
"© 2019 -2024 Vincent Parrett and Contributors" +
48+
"© 2019 -2025 Vincent Parrett and Contributors" +
5249
"" +
5350
"false" +
5451
"%MAJOR_VERSION%" +
@@ -286,6 +283,69 @@ begin
286283
as.verbose = False
287284
as.failbuildonerror = False
288285
end
286+
action.propertyset.setvalues
287+
begin
288+
id = {F74911F7-03BD-4E1E-A3EE-949921EE932A}
289+
propertysetname = DPMVersion
290+
setvaluesto = "" +
291+
"" +
292+
"" +
293+
"" +
294+
"" +
295+
"" +
296+
"" +
297+
"" +
298+
"" +
299+
"" +
300+
"" +
301+
"" +
302+
"" +
303+
"" +
304+
"" +
305+
"" +
306+
"" +
307+
"" +
308+
"" +
309+
"" +
310+
"" +
311+
"" +
312+
"" +
313+
"DPM Package Manager Command Line Tool" +
314+
"" +
315+
"" +
316+
"" +
317+
"" +
318+
""
319+
valuestoset = "AutoUpdateFileVersionString\=0" +
320+
"AutoUpdateProductVersionString\=0" +
321+
"BuildVersion\=0" +
322+
"CompanyName\=0" +
323+
"CompileDate\=0" +
324+
"FileDescription\=0" +
325+
"FileFlagDebug\=0" +
326+
"FileFlagPreRelease\=0" +
327+
"FileFlagPrivate\=0" +
328+
"FileFlagSpecial\=0" +
329+
"FileSubType\=0" +
330+
"FileTypeDLL\=0" +
331+
"FileTypeDRV\=0" +
332+
"FileTypeVXD\=0" +
333+
"FileVersionString\=0" +
334+
"IncludeCompileDate\=0" +
335+
"InternalName\=0" +
336+
"LegalCopyright\=0" +
337+
"LegalTrademarks\=0" +
338+
"LinkProductVersion\=0" +
339+
"MajorVersion\=0" +
340+
"MinorVersion\=0" +
341+
"OriginalFilename\=0" +
342+
"ProductName\=-1" +
343+
"ProductVersion\=0" +
344+
"ProductVersionString\=0" +
345+
"ReleaseVersion\=0" +
346+
"SpecialBuildDetails\=0" +
347+
""
348+
end
289349
action.dpm.restore
290350
begin
291351
actiontypeid = {17B8180A-B96F-4BA3-BCA1-E2FD9132113C}
@@ -1497,7 +1557,7 @@ begin
14971557
begin
14981558
target.argvalue
14991559
begin
1500-
value = "DPM IDE Plugin"
1560+
value = "DPM IDE Plugin for %CompilerVersion%"
15011561
variablename = FileDescription
15021562
end
15031563
target.argvalue
@@ -1529,7 +1589,7 @@ begin
15291589
action.signotaur.sign
15301590
begin
15311591
apikey = %SignotaurAPIKey%
1532-
contentdescription = "DPM command line"
1592+
contentdescription = %FileDescription%
15331593
contentdescriptionurl = https://docs.delphi.dev
15341594
enabletimeout = false
15351595
expandimpersonationtoken = false

0 commit comments

Comments
 (0)