From cd36fa6499f0110d32666ef3608744d4097129df Mon Sep 17 00:00:00 2001 From: bovirus <1262554+bovirus@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:02:18 +0100 Subject: [PATCH] Update shotcut.iss --- packaging/windows/shotcut.iss | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/packaging/windows/shotcut.iss b/packaging/windows/shotcut.iss index 2f6854581f..71b3bb109c 100644 --- a/packaging/windows/shotcut.iss +++ b/packaging/windows/shotcut.iss @@ -15,15 +15,21 @@ ; along with this program. If not, see . [Setup] +AppName=Shotcut AppVersion=YY.MM.DD AppPublisher=Meltytech -AppName=Shotcut + +VersionInfoCopyright="Copyright (c) 2012-2024 Meltytech, LLC" + +UninstallDisplayName=Shotcut +UninstallDisplayIcon={app}\shotcut.exe +ShowLanguageDialog=no WizardStyle=modern + DefaultDirName={autopf}\Shotcut ; Since no icons will be created in "{group}", we don't need the wizard ; to ask for a Start Menu folder name: DisableProgramGroupPage=yes -UninstallDisplayIcon={app}\shotcut.exe LicenseFile=Shotcut\COPYING.txt Compression=lzma2 SolidCompression=no @@ -39,14 +45,12 @@ ArchitecturesAllowed=x64compatible ArchitecturesInstallIn64BitMode=x64compatible AppMutex="Meltytech Shotcut Running Mutex" OutputBaseFilename=shotcut-setup -UninstallDisplayName=Shotcut -VersionInfoCopyright="Copyright (c) 2012-2024 Meltytech, LLC" WizardSmallImageFile="shotcut-logo-64.bmp" WizardImageStretch=yes -ShowLanguageDialog=no [Languages] Name: "en"; MessagesFile: "compiler:Default.isl" +Name: "it"; MessagesFile: "compiler:Language\Italian.isl" [CustomMessages] en.StartMenu=Create Start Menu Shortcut @@ -54,7 +58,14 @@ en.AssociateMltXml=Associate *.mlt files with Shotcut en.DesktopIcon=Create Desktop Shortcut (Icon) en.ClearShotcutSettings=Remove Shotcut Settings From Registry en.InstallingShotcut=Installing Shotcut... -en.StartShotcut=Start Shotcut + +it.StartShotcut=Avvia Shotcut +it.StartMenu=Crea collegamento menu Start +it.AssociateMltXml=Associa file *.mlt a Shotcut +it.DesktopIcon=Crea collegamento (icona) desktop +it.ClearShotcutSettings=Rimuovi impostazioni Shotcut dal registro +it.InstallingShotcut=Installazione Shotcut... +it.StartShotcut=Avvia Shotcut [Tasks] Name: startMenu; Description: "{cm:StartMenu}"