Skip to content

Commit

Permalink
New manuals for version 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
OKGougou committed Jan 8, 2024
1 parent e944cff commit 35859fe
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions Source/sg_constants.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ juce::File const DEFAULT_PROJECT_FILE{ DEFAULT_PROJECT_DIRECTORY.getChildFile("d
juce::File const DEFAULT_SPEAKER_SETUP_FILE{ DEFAULT_PROJECT_DIRECTORY.getChildFile("default_speaker_setup.xml") };
juce::File const BINAURAL_SPEAKER_SETUP_FILE{ DEFAULT_PROJECT_DIRECTORY.getChildFile("BINAURAL_SPEAKER_SETUP.xml") };
juce::File const STEREO_SPEAKER_SETUP_FILE{ DEFAULT_PROJECT_DIRECTORY.getChildFile("STEREO_SPEAKER_SETUP.xml") };
juce::File const MANUAL_FILE_EN{ RESOURCES_DIR.getChildFile("SpatGRIS_3.3.3_Manual_EN.pdf") };
juce::File const MANUAL_FILE_FR{ RESOURCES_DIR.getChildFile("SpatGRIS_3.3.3_Manual_FR.pdf") };
juce::File const MANUAL_FILE_EN{ RESOURCES_DIR.getChildFile("SpatGRIS_3.3.4_Manual_EN.pdf") };
juce::File const MANUAL_FILE_FR{ RESOURCES_DIR.getChildFile("SpatGRIS_3.3.4_Manual_FR.pdf") };
juce::File const ICON_SMALL_FILE{ RESOURCES_DIR.getChildFile("ServerGRIS_icon_splash_small.png") };
juce::File const HRTF_FOLDER_0{ RESOURCES_DIR.getChildFile("hrtf_compact/elev" + juce::String(0) + "/") };
juce::File const HRTF_FOLDER_40{ RESOURCES_DIR.getChildFile("hrtf_compact/elev" + juce::String(40) + "/") };
Expand Down
8 changes: 4 additions & 4 deletions SpatGRIS.jucer
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
xcodeResource="1"/>
<FILE id="sL2wMU" name="SinkinSans-400Regular.otf" compile="0" resource="1"
file="Source/SinkinSans-400Regular.otf" xcodeResource="1"/>
<FILE id="PG3lG4" name="SpatGRIS_3.3.3_Manual_EN.pdf" compile="0" resource="1"
file="Resources/SpatGRIS_3.3.3_Manual_EN.pdf" xcodeResource="1"/>
<FILE id="j0OVIa" name="SpatGRIS_3.3.3_Manual_FR.pdf" compile="0" resource="1"
file="Resources/SpatGRIS_3.3.3_Manual_FR.pdf" xcodeResource="1"/>
<FILE id="VMUncp" name="splash_screen.png" compile="0" resource="1"
file="Resources/splash_screen.png" xcodeResource="1"/>
<FILE id="VqnRG5" name="SpatGRIS_3.3.4_Manual_EN.pdf" compile="0" resource="1"
file="Resources/SpatGRIS_3.3.4_Manual_EN.pdf" xcodeResource="1"/>
<FILE id="oUPpzB" name="SpatGRIS_3.3.4_Manual_FR.pdf" compile="0" resource="1"
file="Resources/SpatGRIS_3.3.4_Manual_FR.pdf" xcodeResource="1"/>
</GROUP>
<GROUP id="{534A7161-2617-F3B1-0706-CC62D7A3FE71}" name="Source">
<GROUP id="{D059D036-0ECD-ACF5-4465-BDC1A866C55E}" name="Audio">
Expand Down
4 changes: 2 additions & 2 deletions installer/windows_installer_script.iss
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#define SpeakerViewDir "SpeakerView\Forward"
#define SpeakerViewCompatDir "SpeakerView\Compatibility"
#define SpeakerViewMobileDir "SpeakerView\Mobile"
#define ManualENName "SpatGRIS_3.3.3_Manual_EN.pdf"
#define ManualFRName "SpatGRIS_3.3.3_Manual_FR.pdf"
#define ManualENName "SpatGRIS_3.3.4_Manual_EN.pdf"
#define ManualFRName "SpatGRIS_3.3.4_Manual_FR.pdf"
#define RootDir ".."

#define BuildDir RootDir + "\Builds\VisualStudio2022\x64\Release\App"
Expand Down

0 comments on commit 35859fe

Please sign in to comment.