2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-09-27 12:09:00 +00:00
nativefier/src
Jia Hao ac2260c395 Remove non ascii chars from filename
Non-ascii characters cause weird wine errors when building for win32 on darwin

```
$ nativefier stackedit.io ~/Desktop -o -p win32
```

Stack trace:
```
fixme:heap:RtlSetHeapInformation 0x0 1 0x0 0 stub
Fatal error: Unable to load file
```
2016-03-09 13:51:22 +08:00
..
build Allow .ico to be changed into an .icns 2016-03-08 23:58:38 +08:00
helpers Fix bug where icns conversion fails silently 2016-03-08 20:55:42 +08:00
infer Fix inferred file name extension 2016-03-08 23:57:19 +08:00
options Remove non ascii chars from filename 2016-03-09 13:51:22 +08:00
cli.js Implement command line flag to start app in full screen, resolves #109 2016-02-25 18:26:28 +08:00
index.js Split buildApp to separate files 2016-01-29 14:26:35 +08:00