File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,7 @@ older `.mus` format.
53
53
]]
54
54
function enigmaxml .extract_enigmaxml (filepath )
55
55
local not_supported_message
56
- if not client .supports (" luaosutils" ) and false then -- finenv.UI():IsOnWindows() then
57
- -- io.popen doesn't work with our Windows PowerShell commands
58
- not_supported_message = " enigmaxma.extract_enigmaxml requires embedded luaosutils"
59
- elseif finenv .TrustedMode == finenv .TrustedModeType .UNTRUSTED then
56
+ if finenv .TrustedMode == finenv .TrustedModeType .UNTRUSTED then
60
57
not_supported_message = " enigmaxml.extract_enigmaxml must run in Trusted mode."
61
58
elseif not finaleplugin .ExecuteExternalCode then
62
59
not_supported_message = " enigmaxml.extract_enigmaxml must have finaleplugin.ExecuteExternalCode set to true."
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ to this version of PowerShell.
10
10
- The macOS version uses `unzip` and `gunzip`.
11
11
- Except as noted, the necessary tools are pre-installed with a typical installation of any version
12
12
of the OS that supports 64-bit Finale.
13
- - The PowerShell commands are not compatible with `io.popen`, so Windows callers should check `client.supports("luaosutils")`
14
- before calling `client.execute` with these commands.
15
13
16
14
Thie library expects strings to be client-encoded. On macOS, client encoding is always utf8,
17
15
but on Windows it can be any number of encodings depending on the locale settings and version of Windows.
You can’t perform that action at this time.
0 commit comments