Commit 647f2316 authored by Dmitry Khaleev's avatar Dmitry Khaleev

TG-7: src paths level changed

parent de7a55dd
...@@ -14,7 +14,7 @@ DefaultGroupName=Tangled ...@@ -14,7 +14,7 @@ DefaultGroupName=Tangled
; Windows 7 is a requirement ; Windows 7 is a requirement
MinVersion=0,6.1 MinVersion=0,6.1
AllowNoIcons=yes AllowNoIcons=yes
OutputDir=..\..\ OutputDir=..\..\unsigned
;Output base filename must NOT have .exe extension. It's added automatically. ;Output base filename must NOT have .exe extension. It's added automatically.
OutputBaseFileName=Tangled_Setup OutputBaseFileName=Tangled_Setup
; use 7-zip or zip compression: ; use 7-zip or zip compression:
...@@ -25,7 +25,7 @@ Compression=lzma/max ...@@ -25,7 +25,7 @@ Compression=lzma/max
WizardImageFile=.\chrome\app\theme\chromium\win\tiles\Logo.bmp WizardImageFile=.\chrome\app\theme\chromium\win\tiles\Logo.bmp
;WizardImageStretch=no ;WizardImageStretch=no
;small bitmap is 55x58 pixels. ;small bitmap is 55x58 pixels.
;WizardSmallImageFile=.\chrome\app\theme\chromium\win\tiles\SmallLogo.bmp WizardSmallImageFile=.\chrome\app\theme\chromium\win\tiles\SmallLogo.bmp
;[Types] ;[Types]
;Name: "full"; Description: "Full installation" ;Name: "full"; Description: "Full installation"
...@@ -41,7 +41,7 @@ WizardImageFile=.\chrome\app\theme\chromium\win\tiles\Logo.bmp ...@@ -41,7 +41,7 @@ WizardImageFile=.\chrome\app\theme\chromium\win\tiles\Logo.bmp
Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:" Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"
[Files] [Files]
Source: ".\Chrome-bin\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs Source: ".\..\..\Chrome-bin\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs
; NOTE: Don't use "Flags: ignoreversion" on any shared system files ; NOTE: Don't use "Flags: ignoreversion" on any shared system files
[Icons] [Icons]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment