diff --git a/configure.ac b/configure.ac index 388d5dee1..41c20dcb7 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ define(_CLIENT_VERSION_REVISION, 1) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2016) -AC_INIT([Dash Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/dashpay/dash/issues],[dash]) +AC_INIT([Dash Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/dashpay/dash/issues],[dashcore]) AC_CONFIG_SRCDIR([src/main.cpp]) AC_CONFIG_HEADERS([src/config/dash-config.h]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/share/qt/Info.plist.in b/share/qt/Info.plist.in index 4d26dc8f7..cd9eb971a 100644 --- a/share/qt/Info.plist.in +++ b/share/qt/Info.plist.in @@ -38,7 +38,7 @@ CFBundleIdentifier - io.dashpay.Dash-Qt + org.dash.Dash-Qt CFBundleURLTypes diff --git a/share/setup.nsi.in b/share/setup.nsi.in index 927de52f5..263a73dda 100644 --- a/share/setup.nsi.in +++ b/share/setup.nsi.in @@ -106,10 +106,10 @@ Section -post SEC0001 WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" UninstallString $INSTDIR\uninstall.exe WriteRegDWORD HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" NoModify 1 WriteRegDWORD HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" NoRepair 1 - WriteRegStr HKCR "dash" "URL Protocol" "" - WriteRegStr HKCR "dash" "" "URL:Dash" - WriteRegStr HKCR "dash\DefaultIcon" "" $INSTDIR\dash-qt.exe - WriteRegStr HKCR "dash\shell\open\command" "" '"$INSTDIR\dash-qt.exe" "%1"' + WriteRegStr HKCR "dashcore" "URL Protocol" "" + WriteRegStr HKCR "dashcore" "" "URL:Dash" + WriteRegStr HKCR "dashcore\DefaultIcon" "" $INSTDIR\dash-qt.exe + WriteRegStr HKCR "dashcore\shell\open\command" "" '"$INSTDIR\dash-qt.exe" "%1"' SectionEnd # Macro for selecting uninstaller sections @@ -147,7 +147,7 @@ Section -un.post UNSEC0001 DeleteRegValue HKCU "${REGKEY}" Path DeleteRegKey /IfEmpty HKCU "${REGKEY}\Components" DeleteRegKey /IfEmpty HKCU "${REGKEY}" - DeleteRegKey HKCR "dash" + DeleteRegKey HKCR "dashcore" RmDir /REBOOTOK $SMPROGRAMS\$StartMenuGroup RmDir /REBOOTOK $INSTDIR Push $R0