2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-02 04:40:48 +00:00
nativefier/src
Tedward747 83dce91c47
Strip LRM and RLM in Linux names (fix #1361, PR #1365)
On Linux (SUSE at least), if `--name` isn't provided and is inferred,
the filename is prepended with the control character
LRM (https://en.wikipedia.org/wiki/Left-to-right_mark) and I'd assume
RLM for anyone who's using that setting.

This PR strips those control characters out of the file name.
2022-03-20 23:27:57 -04:00
..
build Add flag --strict-internal-urls to disable domain and subpath matching (PR #1340) 2022-02-06 17:40:51 -05:00
helpers Fixes ignored --file-download-options (PR #1350, fix #1275) 2022-02-06 00:02:49 -05:00
infer Fix upgrade not working (#1286) 2021-11-29 12:01:20 -05:00
options Add flag --strict-internal-urls to disable domain and subpath matching (PR #1340) 2022-02-06 17:40:51 -05:00
utils Strip LRM and RLM in Linux names (fix #1361, PR #1365) 2022-03-20 23:27:57 -04:00
.eslintrc.js Make app strict TypeScript + linting (and add a shared project) (#1231) 2021-06-26 09:59:28 -04:00
cli.test.ts Add flag --strict-internal-urls to disable domain and subpath matching (PR #1340) 2022-02-06 17:40:51 -05:00
cli.ts Make eslint happy 2022-02-06 17:49:30 -05:00
constants.ts Bump default Electron to 16.0.9, from 16.0.8 2022-02-14 23:03:47 -05:00
integration-test.ts Fix upgrade not working (#1286) 2021-11-29 12:01:20 -05:00
jestSetupFiles.ts Revamp and move to TypeScript (#898) 2020-03-15 16:50:01 -04:00
main.ts Make app strict TypeScript + linting (and add a shared project) (#1231) 2021-06-26 09:59:28 -04:00
tsconfig.json Make app strict TypeScript + linting (and add a shared project) (#1231) 2021-06-26 09:59:28 -04:00