1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 09:09:47 +00:00

Update pixelorama.nsi

I added a translation to the Edit project with Pixelorama context menu into Polish.
This commit is contained in:
Piotr Kostrzewski 2024-01-10 19:12:56 +01:00 committed by GitHub
parent 72bec41e63
commit 2e5dc7a514
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@
; Helper variables so that we don't change 20 instances of the version for every update
!define APPNAME "Pixelorama"
!define APPVERSION "v0.11.2"
!define APPVERSION "v0.11.3"
!define COMPANYNAME "Orama Interactive"
@ -81,7 +81,7 @@
; Multilingual support
!insertmacro MUI_LANGUAGE "English"
!insertmacro MUI_LANGUAGE "Polski"
;@INSERT_TRANSLATIONS@
@ -152,7 +152,7 @@
WriteRegStr HKCR "Pixelorama project\DefaultIcon" "" "$INSTDIR\pxo.ico"
WriteRegStr HKCR "Pixelorama project\shell\open\command" "" '$INSTDIR\${APPNAME}.exe "%1"'
WriteRegStr HKCR "Pixelorama project\shell\edit" "" "Edit project in ${APPNAME}"
WriteRegStr HKCR "Pixelorama project\shell\edit" "" "Edytuj projekt w ${APPNAME}"
WriteRegStr HKCR "Pixelorama project\shell\edit\command" "" '$INSTDIR\${APPNAME}.exe "%1"'
SectionEnd