Learn-by-doing / lightning-extension

A browser extension that let's you make payments directly to websites via the Lightning Network
GNU Affero General Public License v3.0
7 stars 5 forks source link

Fix not building correctly or not running in Chrome for Windows #8

Closed Smurf999 closed 5 years ago

Smurf999 commented 5 years ago

Caused by the Unix/Windows differences when setting the INLINE_RUNTIME_CHUNK environment variable

karliatto commented 5 years ago

@Smurf999 could you make it with only one commit? You can use git rebase for squashing commits

git rebase -i HEAD~2