Fix config copyright path in about window
This commit is contained in:
parent
a881668b38
commit
35717e9dfb
1 changed files with 1 additions and 1 deletions
|
|
@ -34,6 +34,6 @@
|
|||
(<script>document.write(require('webtorrent/package.json').version)</script>)
|
||||
(<script>document.write(process.arch === 'x64' ? '64-bit' : '32-bit')</script>)
|
||||
</p>
|
||||
<p><script>document.write(require('../config').APP_COPYRIGHT)</script></p>
|
||||
<p><script>document.write(require('../src/config').APP_COPYRIGHT)</script></p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue