mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
DSGN-4891 New branding graphics for the IDE dmg installation window
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -110,7 +110,7 @@ class IdeaCommunityProperties extends BaseIdeaProperties {
|
||||
associateIpr = true
|
||||
enableYourkitAgentInEAP = false
|
||||
bundleIdentifier = "com.jetbrains.intellij.ce"
|
||||
dmgImagePath = "$projectHome/build/conf/ideaCE/mac/images/communitydmg.png"
|
||||
dmgImagePath = "$projectHome/build/conf/ideaCE/mac/images/dmg_background.tiff"
|
||||
icnsPathForEAP = "$projectHome/build/conf/ideaCE/mac/images/communityEAP.icns"
|
||||
}
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ $mountName = $ARGV[2];
|
||||
&makeEntries(".DS_Store", Iloc_xy => [ 610, 170 ]),
|
||||
&makeEntries(".fseventsd", Iloc_xy => [ 660, 170 ]),
|
||||
&makeEntries(".Trashes", Iloc_xy => [ 710, 170 ]),
|
||||
&makeEntries(" ", Iloc_xy => [ 335, 120 ]),
|
||||
&makeEntries("Applications", Iloc_xy => [ 335, 180 ]),
|
||||
&makeEntries(".",
|
||||
BKGD_alias => NewAliasMinimal("/Volumes/$mountName/.background/$bg_pic"),
|
||||
ICVO => 1,
|
||||
@@ -23,6 +23,6 @@ $mountName = $ARGV[2];
|
||||
icvo => pack('A4 n A4 A4 n*', "icv4", 100, "none", "botm", 0, 0, 0, 0, 0, 1, 0, 100, 1),
|
||||
icvt => 12
|
||||
),
|
||||
&makeEntries("$name.app", Iloc_xy => [ 110, 120 ])
|
||||
&makeEntries("$name.app", Iloc_xy => [ 110, 180 ])
|
||||
);
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ chmod a+x ${EXPLODED}/"$BUILD_NAME"/Contents/bin/fs*
|
||||
|
||||
mkdir ${EXPLODED}/.background
|
||||
mv ${BG_PIC} ${EXPLODED}/.background
|
||||
ln -s /Applications ${EXPLODED}/" "
|
||||
ln -s /Applications ${EXPLODED}/"Applications"
|
||||
# allocate space for .DS_Store
|
||||
dd if=/dev/zero of=${EXPLODED}/DSStorePlaceHolder bs=1024 count=512
|
||||
stat ${EXPLODED}/DSStorePlaceHolder
|
||||
|
||||
Binary file not shown.
Binary file not shown.
+1
-1
@@ -97,7 +97,7 @@ class PyCharmCommunityProperties extends PyCharmPropertiesBase {
|
||||
{
|
||||
icnsPath = "$projectHome/python/resources/PyCharmCore.icns"
|
||||
bundleIdentifier = "com.jetbrains.pycharm"
|
||||
dmgImagePath = "$projectHome/python/build/DMG_background.png"
|
||||
dmgImagePath = "$projectHome/python/build/dmg_background.tiff"
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -1 +1 @@
|
||||
skip: DMG_background.png
|
||||
skip: dmg_background.tiff
|
||||
Binary file not shown.
Binary file not shown.
+1
-1
@@ -107,7 +107,7 @@ class PyCharmEduProperties extends PyCharmPropertiesBase {
|
||||
{
|
||||
icnsPath = "$pythonCommunityPath/educational-python/resources/PyCharmEdu.icns"
|
||||
bundleIdentifier = "com.jetbrains.pycharm"
|
||||
dmgImagePath = "$pythonCommunityPath/educational-python/build/DMG_background.png"
|
||||
dmgImagePath = "$pythonCommunityPath/educational-python/build/dmg_background.tiff"
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -1 +1 @@
|
||||
skip: DMG_background.png
|
||||
skip: dmg_background.tiff
|
||||
Reference in New Issue
Block a user