mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2024-11-20 03:39:17 +01:00
Version 3.12
This commit is contained in:
parent
89724cd3d3
commit
8e07ba18e8
@ -1,5 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.5.0 FATAL_ERROR)
|
||||
project (lgogdownloader LANGUAGES C CXX VERSION 3.11)
|
||||
project (lgogdownloader LANGUAGES C CXX VERSION 3.12)
|
||||
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/")
|
||||
|
||||
|
2
main.cpp
2
main.cpp
@ -141,7 +141,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
include_options_text += GlobalConstants::INCLUDE_OPTIONS[i].str + " = " + GlobalConstants::INCLUDE_OPTIONS[i].regexp + "\n";
|
||||
}
|
||||
include_options_text += "All = all";
|
||||
include_options_text += "All = all\n";
|
||||
include_options_text += "Separate with \",\" to use multiple values";
|
||||
|
||||
// Create help text for --list-format option
|
||||
|
Loading…
Reference in New Issue
Block a user