Skip to content

Commit

Permalink
New Version 4.2.001
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm4 committed Oct 7, 2024
1 parent 10b4af9 commit 6da31fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/deploy-wasm-emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- develop
- main

jobs:
deploy:
Expand Down Expand Up @@ -46,13 +46,8 @@ jobs:
name: emscripten_build
path: ${{ github.workspace }}/emscripten_build

# - name: Upload
# working-directory: ${{ github.workspace }}/build
# run: |
# sshpass -p "${{ secrets.EMSCRIPTEN_DEPLOY_PASSWORD }}" sftp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null "${{ secrets.EMSCRIPTEN_DEPLOY_REMOTE }}" << EOF
# put app-demo.html public/www/app-demo.html
# put app-demo.js public/www/app-demo.js
# put app-demo.wasm public/www/app-demo.wasm
# put app-demo.worker.js public/www/app-demo.worker.js
# put app-demo.ww.js public/www/app-demo.ww.js
# EOF
# Download the artifact from the last run on https://github.com/cpvrlab/SLProject4/actions
# Unzip the emscripten_build.zip file
# Upload the files to the public/www folder of the pallas server


2 changes: 1 addition & 1 deletion apps/source/AppCommon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ SLDeviceLocation AppCommon::devLoc;
std::optional<SLSceneID> AppCommon::sceneToLoad;
SLstring AppCommon::name = "SLProjectApp";
SLstring AppCommon::appTag = "SLProject";
SLstring AppCommon::version = "4.2.000";
SLstring AppCommon::version = "4.2.001"; // 7.10.2024

//! ASCII Label: https://patorjk.com/software/taag/#p=display&f=Small%20Slant&t=SLProject%204.2
SLstring AppCommon::asciiLabel = R"(
Expand Down

0 comments on commit 6da31fe

Please sign in to comment.