new imagery
@@ -1,5 +1,5 @@
|
||||
; Installer images
|
||||
!define IMAGES_LOCATION ${BASE_DIR}\python\build\resources
|
||||
!define IMAGES_LOCATION ${BASE_DIR}\python\community\build\resources
|
||||
;!define LICENSE_FILE ${BASE_DIR}\python\license\PyCharm_Preview_License
|
||||
!define PRODUCT_PROPERTIES_FILE ${BASE_DIR}\out\pycharmCE\layout\bin\idea.properties
|
||||
!define PRODUCT_VM_OPTIONS_NAME pycharm.exe.vmoptions
|
||||
|
||||
@@ -380,7 +380,7 @@ private layoutMac(Map _args, String target) {
|
||||
}
|
||||
|
||||
Map args = new HashMap(_args)
|
||||
args.icns = "$home/python/resources/PyCharm.icns"
|
||||
args.icns = "$pythonCommunityHome/python/resources/PyCharmCore.icns"
|
||||
args.bundleIdentifier = "com.jetbrains.pycharm"
|
||||
args.platform_prefix = "Python"
|
||||
args.help_id = "PY"
|
||||
|
||||
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 17 KiB |
@@ -2,8 +2,8 @@
|
||||
!define MUI_PRODUCT "PyCharm Community Edition"
|
||||
!define PRODUCT_FULL_NAME "JetBrains PyCharm Community Edition"
|
||||
!define PRODUCT_EXE_FILE "pycharm.exe"
|
||||
!define PRODUCT_ICON_FILE "pycharm_inst.ico"
|
||||
!define PRODUCT_UNINST_ICON_FILE "pycharm_uninst.ico"
|
||||
!define PRODUCT_ICON_FILE "PC_instCom.ico"
|
||||
!define PRODUCT_UNINST_ICON_FILE "PC_uninstCom.ico"
|
||||
!define PRODUCT_LOGO_FILE "logo.bmp"
|
||||
!define PRODUCT_HEADER_FILE "headerlogo.bmp"
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 347 KiB After Width: | Height: | Size: 347 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 811 B |
|
After Width: | Height: | Size: 2.2 KiB |
@@ -4,7 +4,7 @@
|
||||
<build number="__BUILD_NUMBER__" date="__BUILD_DATE__"/>
|
||||
<logo url="/pycharm_core_logo.png" textcolor="ffffff" progressColor="ffaa16" progressY="230" progressTailIcon="/community_progress_tail.png"/>
|
||||
<about url="/pycharm_core_about.png" logoX="300" logoY="265" logoW="75" logoH="30" foreground="ffffff" linkColor="fca11a"/>
|
||||
<icon size32="/PyCharm_32.png" size16="/PyCharm_16.png" size32opaque="/PyCharm_32.png" size12="/PyCharm_13.png" ico="PyCharmCore.ico"/>
|
||||
<icon size32="/PyCharmCore32.png" size16="/PyCharmCore16.png" size32opaque="/PyCharmCore32.png" size12="/PyCharm_13.png" ico="PyCharmCore.ico"/>
|
||||
<package code="__PACKAGE_CODE__"/>
|
||||
<names product="PyCharm Core" fullname="PyCharm Core" script="charm"/>
|
||||
<install-over minbuild="0" maxbuild="0" version="1.x"/>
|
||||
|
||||