Skip to content

Commit

Permalink
Bumping to 1.0.1.4. Changed target directories for ZGEV plugins becau…
Browse files Browse the repository at this point in the history
…se they could have issues finding ZGENano.
  • Loading branch information
devellison committed Jun 19, 2021
1 parent 2f2e4d6 commit be900ec
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions doc/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
html
latex
pdf
Binary file modified resource/beatdelay/beatdelay.rc
Binary file not shown.
Binary file modified resource/midimuck/midimuck.rc
Binary file not shown.
4 changes: 2 additions & 2 deletions src/impostorem_tools.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
#define RELEASE_NUMBER_STR "1"
#define RELEASE_NUMBER_INT 1

#define BUILD_NUMBER_STR "3"
#define BUILD_NUMBER_INT 3
#define BUILD_NUMBER_STR "4"
#define BUILD_NUMBER_INT 4

// Version with build
#define FULL_VERSION_STR MAJOR_VERSION_STR "." SUB_VERSION_STR "." RELEASE_NUMBER_STR "." BUILD_NUMBER_STR
Expand Down
12 changes: 6 additions & 6 deletions win/impostorem_tools.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ RequestExecutionLevel Admin
Unicode True

!define PRODUCT_NAME "Impostorem Tools"
!define PRODUCT_VERSION "1.0.1.3"
!define PRODUCT_VERSION "1.0.1.4"
!define PRODUCT_PUBLISHER "Impostorem"
!define PRODUCT_WEB_SITE "https://www.impostorem.com"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
Expand All @@ -20,7 +20,7 @@ Unicode True
!insertmacro MUI_PAGE_COMPONENTS
!insertmacro MUI_PAGE_DIRECTORY

Var FLUSERDATA
Var FLINSTALL
Var ZGEV_DIR
!define MUI_DIRECTORYPAGE_VARIABLE $ZGEV_DIR
!insertmacro MUI_PAGE_DIRECTORY
Expand All @@ -40,13 +40,13 @@ ShowInstDetails show
ShowUnInstDetails show

Function .onInit
ReadRegStr $FLUSERDATA HKLM "SOFTWARE\Image-Line\Shared\Paths" "Shared data"
ReadRegStr $FLINSTALL HKLM "SOFTWARE\Image-Line\Shared\Paths" "Image-Line"

${If} $FLUSERDATA == ""
StrCpy $FLUSERDATA $INSTDIR
${If} $FLINSTALL == ""
StrCpy $FLINSTALL $INSTDIR
${EndIf}

StrCpy $ZGEV_DIR "$FLUSERDATA\ZGameEditor Visualizer\Effects"
StrCpy $ZGEV_DIR "$FLINSTALL\FL Studio 20\Plugins\Fruity\Effects\ZGameEditor Visualizer\Effects"
FunctionEnd

Section "VST Plugins" SEC01
Expand Down

0 comments on commit be900ec

Please sign in to comment.