mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 12:14:37 +07:00
7 lines
417 B
NSIS
7 lines
417 B
NSIS
; Installer images
|
|
!define IMAGES_LOCATION "${COMMUNITY_DIR}\python\educational-python\build\resources"
|
|
;!define LICENSE_FILE "${BASE_DIR}\python\license\PyCharm_Preview_License"
|
|
!define PRODUCT_PROPERTIES_FILE "${BASE_DIR}\out\pycharmEDU\layout\bin\idea.properties"
|
|
!define PRODUCT_VM_OPTIONS_NAME pycharm.exe.vmoptions
|
|
!define PRODUCT_VM_OPTIONS_FILE "${BASE_DIR}\out\pycharmEDU\win\bin\${PRODUCT_VM_OPTIONS_NAME}"
|