diff --git a/DungeonShooting_Godot/.gitignore b/DungeonShooting_Godot/.gitignore index 5459f07..407c74e 100644 --- a/DungeonShooting_Godot/.gitignore +++ b/DungeonShooting_Godot/.gitignore @@ -2,4 +2,5 @@ /.import /.mono /.vs -/.godot \ No newline at end of file +/.godot +/build \ No newline at end of file diff --git a/DungeonShooting_Godot/DungeonShooting.csproj b/DungeonShooting_Godot/DungeonShooting.csproj index dd65ab8..e069a75 100644 --- a/DungeonShooting_Godot/DungeonShooting.csproj +++ b/DungeonShooting_Godot/DungeonShooting.csproj @@ -1,6 +1,6 @@ - net7.0 + net8.0 true diff --git a/DungeonShooting_Godot/export_presets.cfg b/DungeonShooting_Godot/export_presets.cfg index 0776df9..dec7e9c 100644 --- a/DungeonShooting_Godot/export_presets.cfg +++ b/DungeonShooting_Godot/export_presets.cfg @@ -7,8 +7,8 @@ custom_features="" export_filter="all_resources" include_filter="" -exclude_filter="" -export_path="../../DungeonShooting_Export/android/DungeonShooting.apk" +exclude_filter="build/*" +export_path="build/android/build.apk" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false