Fix broken code due to runtime change
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# CrossLang Essentials
|
# CrossLang Essentials
|
||||||
|
|
||||||
> :warning: **NOT READY FOR PRODUCTION**
|
> :warning: **NOT READY FOR PRODUCTION, BECAUSE IT MAY (WILL) HAVE BREAKING CHANGES**
|
||||||
|
|
||||||
[CrossLang](https://gitea.site.tesses.net/tesses50/crosslang) is required to build this
|
[CrossLang](https://gitea.site.tesses.net/tesses50/crosslang) is required to build this
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,2 @@
|
|||||||
bin
|
bin
|
||||||
obj
|
obj
|
||||||
.DS_Store
|
|
||||||
@@ -1,3 +1,2 @@
|
|||||||
bin
|
bin
|
||||||
obj
|
obj
|
||||||
.DS_Store
|
|
||||||
@@ -1,3 +1,2 @@
|
|||||||
bin
|
bin
|
||||||
obj
|
obj
|
||||||
.DS_Store
|
|
||||||
@@ -1,3 +1,2 @@
|
|||||||
bin
|
bin
|
||||||
obj
|
obj
|
||||||
.DS_Store
|
|
||||||
@@ -23,7 +23,9 @@ func install()
|
|||||||
func create_archive()
|
func create_archive()
|
||||||
{
|
{
|
||||||
|
|
||||||
var tmpFS = new SubdirFilesystem(FS.Local,"crosslang_shell_archive_maker/tmp");
|
var tmpFS = new SubdirFilesystem(FS.Local,FS.MakeFull("crosslang_shell_archive_maker/tmp"));
|
||||||
|
|
||||||
|
|
||||||
func copyFile(src,dest)
|
func copyFile(src,dest)
|
||||||
{
|
{
|
||||||
if(!FS.Local.FileExists(src)) return;
|
if(!FS.Local.FileExists(src)) return;
|
||||||
|
|||||||
Reference in New Issue
Block a user