Skip to content

Commit

Permalink
Update build-windows-executable-app.yaml
Browse files Browse the repository at this point in the history
update the path
  • Loading branch information
Arslan-Siraj authored Mar 20, 2024
1 parent 0c6f991 commit 00bcb67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-windows-executable-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ jobs:
- name: Write function to cli.py
shell: bash
run: |
echo "{ls {D:/a/streamlit-template/streamlit-template/myenv/Lib/site-packages/streamlit/web/}}"
head -n -2 D:/a/streamlit-template/streamlit-template/myenv/Lib/site-packages/streamlit/web/cli.py > temp_cli.py
echo "{ls {D:/a/FlashViewer/FlashViewer/myenv/Lib/site-packages/streamlit/web/}}"
head -n -2 D:/a/FlashViewer/FlashViewer/myenv/Lib/site-packages/streamlit/web/cli.py > temp_cli.py
cat << EOF >> temp_cli.py
def _main_run_clExplicit(file, command_line, args=[], flag_options=[]):
Expand All @@ -205,7 +205,7 @@ jobs:
main()
EOF
mv temp_cli.py D:/a/streamlit-template/streamlit-template/myenv/Lib/site-packages/streamlit/web/cli.py
mv temp_cli.py D:/a/FlashViewer/FlashViewer/myenv/Lib/site-packages/streamlit/web/cli.py
- name: Compile app with pyinstaller
shell: cmd
Expand Down

0 comments on commit 00bcb67

Please sign in to comment.