Skip to content

Commit

Permalink
Update logo for Scalar
Browse files Browse the repository at this point in the history
Signed-off-by: Derrick Stolee <stolee@gmail.com>
  • Loading branch information
derrickstolee committed Aug 13, 2019
1 parent 64f333f commit 155c3c5
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Scalar.Installer.Windows/Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ SolidCompression=yes
MinVersion=10.0.14374
DisableDirPage=yes
DisableReadyPage=yes
SetupIconFile="{#ScalarDir}\GitVirtualFileSystem.ico"
SetupIconFile="{#ScalarDir}\Images\scalar.ico"
ArchitecturesInstallIn64BitMode=x64
ArchitecturesAllowed=x64
WizardImageStretch=no
Expand Down Expand Up @@ -97,15 +97,15 @@ DestDir: "{app}"; Flags: ignoreversion; Source:"{#ScalarDir}\Scalar.pdb"
DestDir: "{app}"; Flags: ignoreversion; Source:"{#ServiceUIDir}\Scalar.Service.UI.exe"
DestDir: "{app}"; Flags: ignoreversion; Source:"{#ServiceUIDir}\Scalar.Service.UI.exe.config"
DestDir: "{app}"; Flags: ignoreversion; Source:"{#ServiceUIDir}\Scalar.Service.UI.pdb"
DestDir: "{app}"; Flags: ignoreversion; Source:"{#ServiceUIDir}\GitVirtualFileSystem.ico"
DestDir: "{app}"; Flags: ignoreversion; Source:"{#ServiceUIDir}\scalar.ico"

; Scalar Files
DestDir: "{app}"; Flags: ignoreversion; Source:"{#ScalarDir}\CommandLine.dll"
DestDir: "{app}"; Flags: ignoreversion; Source:"{#ScalarDir}\Scalar.Common.dll"
DestDir: "{app}"; Flags: ignoreversion; Source:"{#ScalarDir}\Scalar.Platform.Windows.dll"
DestDir: "{app}"; Flags: ignoreversion; Source:"{#ScalarDir}\Newtonsoft.Json.dll"
DestDir: "{app}"; Flags: ignoreversion; Source:"{#ScalarDir}\Scalar.exe.config"
DestDir: "{app}"; Flags: ignoreversion; Source:"{#ScalarDir}\GitVirtualFileSystem.ico"
DestDir: "{app}"; Flags: ignoreversion; Source:"{#ScalarDir}\Images\scalar.ico"
DestDir: "{app}"; Flags: ignoreversion; Source:"{#ScalarDir}\Scalar.exe"

; NuGet support DLLs
Expand Down
2 changes: 1 addition & 1 deletion Scalar.Service.UI/Scalar.Service.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="..\Scalar\GitVirtualFileSystem.ico">
<Content Include="..\Scalar\Images\scalar.ico">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
Expand Down
Binary file removed Scalar/GitVirtualFileSystem.ico
Binary file not shown.
Binary file added Scalar/Images/scalar.ico
Binary file not shown.
85 changes: 85 additions & 0 deletions Scalar/Images/scalar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Scalar/Scalar.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
<Content Include="GitVirtualFileSystem.ico">
<Content Include="Images\scalar.ico">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
Expand Down

0 comments on commit 155c3c5

Please sign in to comment.