Skip to content

Commit

Permalink
remove build yml, fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniTurtle committed Mar 21, 2024
1 parent f2def16 commit 8b17949
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 422 deletions.
173 changes: 0 additions & 173 deletions .github/workflows/linux.yml

This file was deleted.

63 changes: 0 additions & 63 deletions .github/workflows/macos.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,9 @@ client/mod_storage.sqlite

# building for crypto lib
lib/cpp-crypto/extern/

install32/
install64/
build32/
bin_x86/
bin_x64/
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12)

# This can be read from ${PROJECT_NAME} after project() is called
project(minetest)
set(PROJECT_NAME_CAPITALIZED "Minetest")
set(PROJECT_NAME_CAPITALIZED "District53")

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED TRUE)
Expand Down
1 change: 1 addition & 0 deletions install32.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cmake --install ./build32 --prefix ./install32
1 change: 1 addition & 0 deletions install64.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cmake --install ./minetest-build --prefix ./install64
Binary file removed misc/district53-icon-24x24.png
Binary file not shown.
Binary file removed misc/district53-icon.icns
Binary file not shown.
Binary file removed misc/district53-icon.ico
Binary file not shown.
Binary file removed misc/district53-xorg-icon-128.png
Binary file not shown.
Loading

0 comments on commit 8b17949

Please sign in to comment.