Skip to content

Commit

Permalink
fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mdavid-m committed Jun 1, 2024
1 parent 5f1982e commit 369ba06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-windows-executable-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ jobs:
- name: Create All-in-one executable folder
run: |
mkdir streamlit_exe
mkdir streamlit_exe/js-component
mv python-${{ env.PYTHON_VERSION }} streamlit_exe
mv run_app.bat streamlit_exe
cp -r src streamlit_exe
Expand All @@ -255,7 +256,7 @@ jobs:
cp openms-bin/FLASHTagger.exe streamlit_exe
cp openms-bin/DecoyDatabase.exe streamlit_exe
cp -r share streamlit_exe/share
cp -r js-dist streamlit_exe/js-dist
cp -r js-dist streamlit_exe/js-component/dist
cp app.py streamlit_exe
- name: Delete OpenMS bin artifact
Expand Down

0 comments on commit 369ba06

Please sign in to comment.