Skip to content

Commit

Permalink
fix logo
Browse files Browse the repository at this point in the history
Signed-off-by: swurl <swurl@swurl.xyz>
  • Loading branch information
crueter committed Dec 28, 2024
1 parent 76762bd commit 94113fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,13 @@ jobs:
run: |
cd ${{ env.BUILD_DIR }}
echo "mkdir"
mkdir ../wasm
echo "fixing index"
mv Scouter.html index.html
echo "copying files"
cp {Scouter,qtloader}.js index.html Scouter.wasm ../wasm
echo "copying logo"
cp program_info/QFRCScouter.svg ../wasm/qtlogo.svg
- name: Upload Pages WASM
Expand Down
1 change: 1 addition & 0 deletions program_info/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ configure_file(${Scouter_APP_NAME}.rc.in ${Scouter_APP_NAME}.rc @ONLY)
configure_file(${Scouter_APP_NAME}.manifest.in ${Scouter_APP_NAME}.manifest @ONLY)
configure_file(${Scouter_APP_NAME}.desktop.in ${Scouter_APP_NAME}.desktop)
configure_file(${Scouter_APP_NAME}.ico ${Scouter_APP_NAME}.ico COPYONLY)
configure_file(${Scouter_APP_NAME}.svg ${Scouter_APP_NAME}.svg COPYONLY)
configure_file(win_install.nsi.in win_install.nsi @ONLY)
configure_file(${Scouter_APP_NAME}.icns ${Scouter_APP_NAME}.icns COPYONLY)

0 comments on commit 94113fb

Please sign in to comment.