Browse Source

Made changes after review of merge

Jeremy Borgman 4 years ago
parent
commit
92b9379d69

+ 2 - 2
CMakeLists.txt

@@ -4,9 +4,9 @@ cmake_minimum_required(VERSION 3.13)
 set(FLAMESHOT_VERSION 0.8.5.6)
 
 # Flameshot-org
-#set(GIT_API_URL "https://api.github.com/repos/flameshot-org/flameshot/releases/latest")
+set(GIT_API_URL "https://api.github.com/repos/flameshot-org/flameshot/releases/latest")
 # Namecheap
-set(GIT_API_URL "https://api.github.com/repos/namecheap/flameshot/releases/latest")
+# set(GIT_API_URL "https://api.github.com/repos/namecheap/flameshot/releases/latest")
 
 # TODO - fix it for all linux distros
 # find_package (Git)

+ 0 - 0
src/core/QHotkey/CMakeLists.txt → external/QHotkey/CMakeLists.txt


+ 0 - 0
src/core/QHotkey/LICENSE → external/QHotkey/LICENSE


+ 0 - 0
src/core/QHotkey/QHotkey → external/QHotkey/QHotkey


+ 0 - 0
src/core/QHotkey/README.md → external/QHotkey/README.md


+ 0 - 0
src/core/QHotkey/qhotkey.cpp → external/QHotkey/qhotkey.cpp


+ 0 - 0
src/core/QHotkey/qhotkey.h → external/QHotkey/qhotkey.h


+ 0 - 0
src/core/QHotkey/qhotkey_mac.cpp → external/QHotkey/qhotkey_mac.cpp


+ 0 - 0
src/core/QHotkey/qhotkey_p.h → external/QHotkey/qhotkey_p.h


+ 0 - 0
src/core/QHotkey/qhotkey_win.cpp → external/QHotkey/qhotkey_win.cpp


Some files were not shown because too many files changed in this diff