mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
improve the installer.
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@580 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
2fc3c84139
commit
cf541fdce0
2 changed files with 8 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ DISTCLEANFILES= intltool-extract intltool-merge intltool-update po/stamp-it po/.
|
|||
|
||||
# `make rpm'
|
||||
|
||||
all-local: linphone.spec
|
||||
all-local: linphone.spec linphone.iss
|
||||
linphone.spec: linphone.spec.in
|
||||
|
||||
.phony: rpm
|
||||
|
|
@ -129,3 +129,5 @@ setup.exe: zip
|
|||
rm -f $(INSTALLDIR_WITH_PREFIX)/$(ISS_SCRIPT)
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -12,9 +12,14 @@ LicenseFile=COPYING
|
|||
OutputBaseFilename=setup
|
||||
Compression=lzma
|
||||
SolidCompression=yes
|
||||
ShowLanguageDialog=yes
|
||||
|
||||
[Languages]
|
||||
Name: "english"; MessagesFile: "compiler:Default.isl"
|
||||
Name: "italian"; MessagesFile: "compiler:Languages\Italian.isl";
|
||||
Name: "french"; MessagesFile: "compiler:Languages\French.isl"
|
||||
Name; "czech"; MessagesFile: "compiler:Languages\czech.isl"
|
||||
|
||||
|
||||
[Tasks]
|
||||
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue