mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
7 lines
397 B
NSIS
7 lines
397 B
NSIS
; Installer images
|
|
!define IMAGES_LOCATION "${COMMUNITY_DIR}\python\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
|
|
!define PRODUCT_VM_OPTIONS_FILE "${BASE_DIR}\out\pycharmCE\win\bin\${PRODUCT_VM_OPTIONS_NAME}"
|