We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84859e2 commit 19b9310Copy full SHA for 19b9310
.github/workflows/tag-and-release.yml
@@ -62,7 +62,7 @@ jobs:
62
run: |
63
sed -i 's/src="\/_expo/src="_expo/g' dist/index.html
64
sed -i 's/href="\/_expo/href="_expo/g' dist/index.html
65
- find dist -type f -name '*.js' -exec sed -i 's|/_expo/static/js/web/|_expo/static/js/web/|g' {} +
+ find dist -type f -name '*.js' -exec sed -i 's|__METRO_GLOBAL_PREFIX__ = '';|__METRO_GLOBAL_PREFIX__ = window.electron.basePath;|g' {} +
66
67
- name: Archive production artifacts
68
uses: actions/upload-artifact@v3
0 commit comments