mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 16:38:21 -04:00
Fix breakpad server url.
This commit is contained in:
parent
b71debe891
commit
e131882dda
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ else()
|
|||
set(CRASHREPORTER_RELEASE_CHANNEL "nightly")
|
||||
endif()
|
||||
|
||||
set(CRASHREPORTER_SUBMIT_URL "https://calamares.io/oops/crash_upload")
|
||||
set(CRASHREPORTER_SUBMIT_URL "https://calamares.io/oops/addreport.php")
|
||||
set(CRASHREPORTER_ICON ":/squid.svg")
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/CrashReporterConfig.h.in
|
||||
${CMAKE_CURRENT_BINARY_DIR}/CrashReporterConfig.h)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue