updated branding artwork

This commit is contained in:
Martin Lippert
2017-10-06 12:49:55 +02:00
parent b212e3b8ab
commit a8bb5f29d0
24 changed files with 519 additions and 302 deletions

View File

@@ -24,7 +24,7 @@ openFile</programArgs>
</vmArgsLin>
</launcherArgs>
<windowImages i16="/org.springframework.boot.ide.branding/sts16.png" i32="/org.springframework.boot.ide.branding/sts32.png" i48="/orgorg.springframework.boot.ide.branding/sts48.png" i64="/org.springframework.boot.ide.branding/sts64.png" i128="/org.springframework.boot.ide.branding/sts128.png"/>
<windowImages i16="/org.springframework.boot.ide.branding/sts4-16.png" i32="/org.springframework.boot.ide.branding/sts4-32.png" i48="/orgorg.springframework.boot.ide.branding/sts4-48.png" i64="/org.springframework.boot.ide.branding/sts4-64.png" i128="/org.springframework.boot.ide.branding/sts4-128.png"/>
<splash
startupProgressRect="0,225,455,15"
@@ -32,13 +32,13 @@ openFile</programArgs>
startupForegroundColor="c1d72e" />
<launcher name="SpringToolSuite4">
<macosx icon="../org.springframework.boot.ide.branding/sts.icns"/>
<macosx icon="../org.springframework.boot.ide.branding/sts4.icns"/>
<solaris/>
<win useIco="true">
<ico path="../org.springframework.boot.ide.branding/sts.ico"/>
<ico path="../org.springframework.boot.ide.branding/sts4.ico"/>
<bmp/>
</win>
<linux icon="../org.springframework.boot.ide.branding/sts.xpm"/>
<linux icon="../org.springframework.boot.ide.branding/sts4.xpm"/>
</launcher>
<vm>

View File

@@ -1,10 +1,10 @@
{
"title": "Spring Tool Suite 4",
"icon": "../org.springframework.boot.ide.branding/sts.icns",
"icon": "../org.springframework.boot.ide.branding/sts4.icns",
"contents": [
{ "x": 192, "y": 100, "type": "file", "path": "target/products/org.springframework.boot.ide.branding.sts4/macosx/cocoa/x86_64/SpringToolSuite4.app" },
{ "x": 448, "y": 100, "type": "link", "path": "/Applications" },
{ "x": 1000, "y": 2000, "type": "file", "path": "../org.springframework.boot.ide.branding/sts.icns", "name": ".VolumeIcon.icns" }
{ "x": 1000, "y": 2000, "type": "file", "path": "../org.springframework.boot.ide.branding/sts4.icns", "name": ".VolumeIcon.icns" }
],
"format": "UDZO"
}