diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..466e248 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +out/ \ No newline at end of file diff --git a/out/roku-deploy.zip b/out/roku-deploy.zip index b75d706..3f5f3eb 100755 Binary files a/out/roku-deploy.zip and b/out/roku-deploy.zip differ diff --git a/source/literally_everything.brs b/source/literally_everything.brs index dd411f2..eb22a75 100644 --- a/source/literally_everything.brs +++ b/source/literally_everything.brs @@ -125,7 +125,7 @@ function getNewestComicLol() m.getLatestComicTask.observeField("comic", "startComicInitial") m.getLatestComicTask.control = "RUN" - m.currentScene.signalBeacon("AppLaunchComplete") + m.top.signalBeacon("AppLaunchComplete") end function function startComicInitial()