File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,12 @@ jobs:
5757 run : |
5858 yarn managed export:electron
5959
60- - name : Fix bundle path
60+ - name : Fix bundle paths
6161 working-directory : monorepo/apps/managed
6262 run : |
6363 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' {} +
6466
6567 - name : Archive production artifacts
6668 uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change 22 "name" : " @wcpos/app-electron" ,
33 "license" : " MIT" ,
44 "productName" : " WooCommerce POS" ,
5- "version" : " 1.7.4 " ,
5+ "version" : " 1.7.5 " ,
66 "description" : " Electron app for WooCommerce POS" ,
77 "author" : " Paul Kilmurray <paul@wcpos.com>" ,
88 "main" : " .webpack/main" ,
You can’t perform that action at this time.
0 commit comments