mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-01-23 06:38:13 -05:00
e5fbe750ae
for uploading pictures with picgo.exe
14 lines
569 B
Plaintext
14 lines
569 B
Plaintext
!macro customInstall
|
|
SetRegView 64
|
|
WriteRegStr HKCR "*\shell\PicGo" "" "Upload pictures w&ith PicGo"
|
|
WriteRegStr HKCR "*\shell\PicGo" "Icon" "$INSTDIR\PicGo.exe"
|
|
WriteRegStr HKCR "*\shell\PicGo\command" "" '"$INSTDIR\PicGo.exe" "upload" "%1"'
|
|
SetRegView 32
|
|
WriteRegStr HKCR "*\shell\PicGo" "" "Upload pictures w&ith PicGo"
|
|
WriteRegStr HKCR "*\shell\PicGo" "Icon" "$INSTDIR\PicGo.exe"
|
|
WriteRegStr HKCR "*\shell\PicGo\command" "" '"$INSTDIR\PicGo.exe" "upload" "%1"'
|
|
!macroend
|
|
!macro customUninstall
|
|
DeleteRegKey HKCR "*\shell\PicGo"
|
|
!macroend
|