Merge branch 'master' into master-2.1

This commit is contained in:
Adam
2022-05-09 21:36:10 -04:00
committed by GitHub
25 changed files with 5607 additions and 101 deletions
+2
View File
@@ -35,6 +35,8 @@ table.unpack = table.unpack or unpack
bit32 = bit32 or require "core.bit"
require "core.utf8string"
-- Because AppImages change the working directory before running the executable,
-- we need to change it back to the original one.
-- https://github.com/AppImage/AppImageKit/issues/172