bump the SenseGlove Unreal Engine Marketplace Packager v0.4.0-a65bb20

This commit is contained in:
Mamadou Babaei
2024-08-16 18:02:14 +02:00
parent e7628c4714
commit ab4f9416ca
4 changed files with 39 additions and 12 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ This is a minor release focusing mainly on bringing OpenXR-compatible hand track
- Added SGWristTrackingSettingsOverrides config structured by the new settings override system.
- Added support for Android API level 32 in addition to the API level 29.
- Introduced the SenseGlove Unreal Engine Handbook as an attempt at documenting the SenseGlove Unreal Engine Plugin.
- Merged the <code>pack</code> utility branch to the plugin's source code at <code>/Packager</code>.
- Merged the <code>pack</code> utility branch to the plugin's source code at <code>/Packager</code> which adds the SenseGlove Unreal Engine Marketplace Packager v0.4.0-a65bb20 binaries and configurations.
### Fixed
BIN
View File
Binary file not shown.
Binary file not shown.
+33 -6
View File
@@ -97,17 +97,37 @@ GoogleDrive:
# 6. Click OK. The newly created credential appears under OAuth 2.0 Client IDs.
# 7. Save the downloaded JSON file as credentials.json, and move the file to your desired directory.
CredentialsFile:
Linux: ~/.config/sgum-packager/credentials.json
Windows: "%LOCALAPPDATA%\\sgum-packager\\credentials.json"
Linux: ~/.config/SenseGlove/sgum-packager/credentials.json
Windows: "%LOCALAPPDATA%\\SenseGlove\\sgum-packager\\credentials.json"
# This will be auto-generated on the first run
TokenFile:
Linux: ~/.config/sgum-packager/token.json
Windows: "%LOCALAPPDATA%\\sgum-packager\\token.json"
Linux: ~/.config/SenseGlove/sgum-packager/token.json
Windows: "%LOCALAPPDATA%\\SenseGlove\\sgum-packager\\token.json"
FolderNameTemplate: SenseGlove-Unreal-{VERSION}
Handbook:
Distribute: true
Build:
MakeTarget: pack
SourceDirectory: Handbook
OutputDirectory: Documentation
OutputPackedDirectory: pack
EpubFile: the-senseglove-unreal-engine-handbook.epub
HtmlFile: the-senseglove-unreal-engine-handbook.zip
PdfFile: the-senseglove-unreal-engine-handbook.pdf
Pack:
Directory: Documentation
Epub: false
Html: true
Pdf: true
# Logging configurations
Logging:
@@ -116,8 +136,8 @@ Logging:
# in the same directory. It's optional and if left empty, no logs will be
# preserved and logs only go to screen instead of both screen and log files.
Filename:
Linux: ~/.cache/sgum-packager/sgum-packager.log
Windows: "%LOCALAPPDATA%\\sgum-packager\\sgum-packager.log"
Linux: ~/.cache/SenseGlove/sgum-packager/sgum-packager.log
Windows: "%LOCALAPPDATA%\\SenseGlove\\sgum-packager\\sgum-packager.log"
# The maximum allowed size in MBs for the log file before it gets rotated.
# It defaults to 100 megabytes if not specified.
@@ -145,6 +165,13 @@ Logging:
Compress: true
Make:
Executable:
Linux: /usr/bin/make
Windows: "%PROGRAMFILES%\\Git\\mingw64\\bin\\make.exe"
Rocket:
RunUAT: true