diff --git a/azure-pipelines.yml b/azure-pipelines.yml index aa678b2..92365b1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -102,7 +102,7 @@ steps: displayName: 'Build: luarocks: install subprocess' inputs: script: | - luarocks $LUAROCKSPREARGS install --tree=luarocks https://raw.githubusercontent.com/0x0ade/lua-subprocess/master/subprocess-scm-1.rockspec $LUAROCKSARGS + luarocks $LUAROCKSPREARGS install --tree=luarocks https://raw.githubusercontent.com/maddie480/lua-subprocess/master/subprocess-scm-1.rockspec $LUAROCKSARGS # Install nfd. - task: CmdLine@2 diff --git a/changelog.txt b/changelog.txt index 7019445..d3d379a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,4 +3,4 @@ and only contains the latest changes. Its purpose is to be shown in Olympus when updating. #changelog# -∙ Further attempting to prevent Everest and Lönn from hanging, this time on macOS and Linux \ No newline at end of file +∙ Fixed "popen failed" error messages being truncated to the first letter \ No newline at end of file diff --git a/lib-windows/subprocess.dll b/lib-windows/subprocess.dll index 918c21e..189185c 100644 Binary files a/lib-windows/subprocess.dll and b/lib-windows/subprocess.dll differ