Skip to content

Commit

Permalink
New manuals for version 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
OKGougou committed Dec 2, 2023
1 parent 53b4a51 commit 259c844
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.2_Manual_EN.pdf") };
juce::File const MANUAL_FILE_FR{ RESOURCES_DIR.getChildFile("SpatGRIS_3.3.2_Manual_FR.pdf") };
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 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,10 +22,10 @@
xcodeResource="1"/>
<FILE id="sL2wMU" name="SinkinSans-400Regular.otf" compile="0" resource="1"
file="Source/SinkinSans-400Regular.otf" xcodeResource="1"/>
<FILE id="LZBTKn" name="SpatGRIS_3.3.2_Manual_EN.pdf" compile="0" resource="1"
file="Resources/SpatGRIS_3.3.2_Manual_EN.pdf" xcodeResource="1"/>
<FILE id="B1q1ws" name="SpatGRIS_3.3.2_Manual_FR.pdf" compile="0" resource="1"
file="Resources/SpatGRIS_3.3.2_Manual_FR.pdf" 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"/>
</GROUP>
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.2_Manual_EN.pdf"
#define ManualFRName "SpatGRIS_3.3.2_Manual_FR.pdf"
#define ManualENName "SpatGRIS_3.3.3_Manual_EN.pdf"
#define ManualFRName "SpatGRIS_3.3.3_Manual_FR.pdf"
#define RootDir ".."

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

0 comments on commit 259c844

Please sign in to comment.