-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Commit a59cf8e
JNA: try to avoid unzipping jnidispatch.dll from jar on Windows
Normally if JNA doesn't find the jnidispatch.dll it tries to extract
it from the jar into a temp folder and load from there.
This is being restriscted on Microsoft Apps for the app-store and this
commit prevents this behaviour.1 parent c6bac06 commit a59cf8e
File tree
3 files changed
+16
-0
lines changed- build
- windows/launcher
3 files changed
+16
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1001 | 1001 |
| |
1002 | 1002 |
| |
1003 | 1003 |
| |
1004 | + | ||
1005 | + | ||
1006 | + | ||
1007 | + | ||
1008 | + | ||
1009 | + | ||
1010 | + | ||
1011 | + | ||
1012 | + | ||
1013 | + | ||
1014 | + | ||
1015 | + | ||
1004 | 1016 |
| |
1005 | 1017 |
| |
1006 | 1018 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 | + | ||
64 | + | ||
63 | 65 |
| |
64 | 66 |
| |
65 | 67 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 | + | ||
63 | + | ||
62 | 64 |
| |
63 | 65 |
| |
64 | 66 |
| |
|
0 commit comments