mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update potomo.js to work on Linux
This commit is contained in:
@@ -9,6 +9,7 @@ function getMsgfmtPath() {
|
||||
const paths = [
|
||||
path.join('C:\\', 'Program Files (x86)', 'Poedit', 'GettextTools', 'bin', 'msgfmt.exe'),
|
||||
path.join('C:\\', 'cygwin', 'bin', 'msgfmt.exe'),
|
||||
path.join('/', 'usr', 'bin', 'msgfmt'),
|
||||
];
|
||||
|
||||
for (let i = 0; i < paths.length; ++i) {
|
||||
|
||||
Reference in New Issue
Block a user