From c6bfb6d718167fdb1fa72caf02261d65ac9e343e Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Tue, 30 Jul 2024 17:57:01 +0200 Subject: [PATCH] bump the SenseGlove Unreal Engine Marketplace Packager v0.4.0-a65bb20 --- Handbook/src/appendix/changelog.md | 2 +- Packager/sgum-packager | 4 +-- Packager/sgum-packager.exe | 4 +-- Packager/sgum-packager.yml | 41 +++++++++++++++++++++++++----- 4 files changed, 39 insertions(+), 12 deletions(-) diff --git a/Handbook/src/appendix/changelog.md b/Handbook/src/appendix/changelog.md index 85c70710..1c450432 100644 --- a/Handbook/src/appendix/changelog.md +++ b/Handbook/src/appendix/changelog.md @@ -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 pack utility branch to the plugin's source code at /Packager. +- Merged the pack utility branch to the plugin's source code at /Packager which adds the SenseGlove Unreal Engine Marketplace Packager v0.4.0-a65bb20 binaries and configurations. ### Fixed diff --git a/Packager/sgum-packager b/Packager/sgum-packager index 5c693b43..8df721a6 100755 --- a/Packager/sgum-packager +++ b/Packager/sgum-packager @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7ce059e0ea05f93e18117f9aaea07ea70f121cb9ad1495c87f0caa96b829b7fa -size 14696448 +oid sha256:59be6aac6e86e73c4b701ed9a8540465d3e5f0055f3dfb1cd37a4056238920f0 +size 15343876 diff --git a/Packager/sgum-packager.exe b/Packager/sgum-packager.exe index 4c5dc6f5..92f3053e 100755 --- a/Packager/sgum-packager.exe +++ b/Packager/sgum-packager.exe @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e906c5d4363e5d5447a0bc7741b0bbc6a2d538774a6d33a13668293af882e194 -size 15016448 +oid sha256:6761c6b192d0620a0071658c1c6acdea452d34de0587fc1d428ac752dd41caa4 +size 15792128 diff --git a/Packager/sgum-packager.yml b/Packager/sgum-packager.yml index 8e43b471..a6cec638 100644 --- a/Packager/sgum-packager.yml +++ b/Packager/sgum-packager.yml @@ -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 @@ -182,4 +209,4 @@ Rsync: DestinationDirectory: Linux: /tmp/SenseGlove-Unreal/Stage - Windows: "%TEMP%\\SenseGlove-Unreal\\Stage" \ No newline at end of file + Windows: "%TEMP%\\SenseGlove-Unreal\\Stage"