We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283829c commit ca8c9fdCopy full SHA for ca8c9fd
.github/workflows/build_executable_without_Wix.yaml
@@ -273,6 +273,8 @@ jobs:
273
cp app.py streamlit_exe
274
cp settings.json streamlit_exe
275
cp ${{ env.APP_NAME }}.bat streamlit_exe
276
+ cp openms-bin/*.dll streamlit_exe
277
+ cp -r share streamlit_exe/share
278
279
$files = $env:TOPP_TOOLS -split ' '
280
foreach ($file in $files) {
0 commit comments