mydoge-com / mydogemask

Doge wallet chrome extension
Other
19 stars 11 forks source link

Build problem on Debian 11 #34

Closed H7-25 closed 1 year ago

H7-25 commented 1 year ago

On debian yarn build fail because of sed syntax in the package.json build line. Changing sed -i '' -e 's=/_next/=/next/=g' out/**.html to sed -i -e 's=/_next/=/next/=g' out/**.html fix the issue. I did not a pull request because currently I can't test on other SO.

alexanvl commented 1 year ago

Thanks, I'll make the change and test it.

alexanvl commented 1 year ago

https://github.com/mydoge-com/mydogemask/pull/35

alexanvl commented 1 year ago

Still an issue with extension reloading. I'm going to leave the issue open and resolve by adding a platform specific script to the #35 pr

H7-25 commented 1 year ago

yes I've just removed that part to build the extension, I've not any GUI on my development computers.

alexanvl commented 1 year ago

Fixed #35