Skip to content

Commit ca8c9fd

Browse files
authored
Add DLL and share files to streamlit executable
1 parent 283829c commit ca8c9fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_executable_without_Wix.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@ jobs:
273273
cp app.py streamlit_exe
274274
cp settings.json streamlit_exe
275275
cp ${{ env.APP_NAME }}.bat streamlit_exe
276+
cp openms-bin/*.dll streamlit_exe
277+
cp -r share streamlit_exe/share
276278
277279
$files = $env:TOPP_TOOLS -split ' '
278280
foreach ($file in $files) {

0 commit comments

Comments
 (0)