mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 08:09:41 +00:00
Added newline to the end of some files, GitHub was complaining about it
This commit is contained in:
parent
118765a274
commit
db20186e50
3 changed files with 3 additions and 3 deletions
|
@ -65,4 +65,4 @@ configure_file(${CMAKE_SOURCE_DIR}/files/launcher.qss
|
||||||
"${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/launcher.qss")
|
"${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/launcher.qss")
|
||||||
|
|
||||||
configure_file(${CMAKE_SOURCE_DIR}/files/launcher.cfg
|
configure_file(${CMAKE_SOURCE_DIR}/files/launcher.cfg
|
||||||
"${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/launcher.cfg")
|
"${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/launcher.cfg")
|
||||||
|
|
|
@ -27,4 +27,4 @@ SOURCES += datafilespage.cpp \
|
||||||
pluginsmodel.cpp \
|
pluginsmodel.cpp \
|
||||||
pluginsview.cpp
|
pluginsview.cpp
|
||||||
RESOURCES += resources.qrc
|
RESOURCES += resources.qrc
|
||||||
win32:RC_FILE = launcher.rc
|
win32:RC_FILE = launcher.rc
|
||||||
|
|
|
@ -7,4 +7,4 @@ Comment=An engine replacement for The Elder Scrolls III: Morrowind
|
||||||
TryExec=omwlauncher
|
TryExec=omwlauncher
|
||||||
Exec=omwlauncher
|
Exec=omwlauncher
|
||||||
Icon=openmw
|
Icon=openmw
|
||||||
Categories=Game;RolePlaying;
|
Categories=Game;RolePlaying;
|
||||||
|
|
Loading…
Reference in a new issue