Skip to content

Commit 9455aee

Browse files
committed
Remove linux mentions
Signed-off-by: Austin Welsh-Graham <admin@toastysoftware.co.uk>
1 parent 8ddf8c6 commit 9455aee

File tree

4 files changed

+2
-32
lines changed

4 files changed

+2
-32
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
/cmake-build-debug
44
/cmake-build-release
55
/cmake-build-relwithdebinfo
6-
/src/linux/linux_test
6+
/helpers

.gitlab-ci.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

CMakeLists.txt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,4 @@ if (WIN32)
2525
target_include_directories(split-loaf PUBLIC src)
2626
target_link_libraries(split-loaf user32 gdi32 shell32)
2727
set_target_properties(split-loaf PROPERTIES WIN32_EXECUTABLE TRUE)
28-
29-
else()
30-
project(split_loaf LANGUAGES C CXX)
31-
32-
add_executable(split-loaf
33-
src/app/main.cpp
34-
35-
src/core/Platform.cpp
36-
src/core/Backend.h
37-
38-
src/linux/LinuxApp.cpp
39-
src/linux/LinuxKeyLogger.cpp
40-
)
4128
endif()

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[![Microsoft Store Page](https://get.microsoft.com/images/en-us%20light.svg)](https://apps.microsoft.com/detail/9nfhj4ptjxkv?hl=en-GB&gl=GB)
99

10-
[![Windows Build Status](https://github.com/AustinATTS/split_loaf/actions/workflows/build.yml/badge.svg)](https://github.com/AustinATTS/split_loaf/actions/workflows/build.yml) [![Linux Build Status](https://github.com/AustinATTS/split_loaf/actions/workflows/build_linux.yml/badge.svg)](https://github.com/AustinATTS/split_loaf/actions/workflows/build_linux.yml)
10+
[![Windows Build Status](https://github.com/AustinATTS/split_loaf/actions/workflows/build.yml/badge.svg)](https://github.com/AustinATTS/split_loaf/actions/workflows/build.yml)
1111

1212
Overview
1313
--------

0 commit comments

Comments
 (0)