Trying to fix Github actions 13.
This commit is contained in:
parent
6edd5caba8
commit
329ea8ff52
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,7 @@ license = COPYING
|
||||||
licenseName = GNU General Public License v3.0
|
licenseName = GNU General Public License v3.0
|
||||||
script = ports/deploy/installscript.@TARGET_PLATFORM@.qs
|
script = ports/deploy/installscript.@TARGET_PLATFORM@.qs
|
||||||
changeLog = ChangeLog
|
changeLog = ChangeLog
|
||||||
|
verbose = true
|
||||||
|
|
||||||
[Nsis]
|
[Nsis]
|
||||||
organization = Webcamoid
|
organization = Webcamoid
|
||||||
|
@ -32,4 +33,3 @@ license = COPYING
|
||||||
requiresAdminRights = true
|
requiresAdminRights = true
|
||||||
multiUserInstall = false
|
multiUserInstall = false
|
||||||
script = ports/deploy/installscript.nsi
|
script = ports/deploy/installscript.nsi
|
||||||
verbose = true
|
|
||||||
|
|
Loading…
Reference in a new issue