diff --git a/.gitignore b/.gitignore index 0a58136c..0b5921dd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,5 @@ -.DS_Store -.vs .tup .obj bin build* -plugins *.*.h -*.lua -*.config -Activity*.java -AndroidManifest*.xml -deps/OpenXR-Oculus diff --git a/Tupfile.lua b/Tupfile.lua index 9546d5db..f579d444 100644 --- a/Tupfile.lua +++ b/Tupfile.lua @@ -452,7 +452,7 @@ if target == 'android' then config.headsets.pico and 'src/resources/Activity_pico.java' or config.headsets.openxr and 'src/resources/Activity_openxr.java' - java = 'src/resources/Activity.java' + java = 'bin/Activity.java' class = 'org/lovr/app/Activity.class' binclass = 'bin/' .. class jar = 'bin/lovr.jar'