mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-01 04:39:41 +08:00
✨ Feature: add remote file delete , picBed management
First version of PicList. In album, you can delete remote file now. Add picBed management function.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 34 KiB |
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 274 KiB |
BIN
build/icons/icon2.icns
Normal file
BIN
build/icons/icon2.icns
Normal file
Binary file not shown.
@@ -1,13 +1,13 @@
|
||||
!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"'
|
||||
WriteRegStr HKCR "*\shell\PicList" "" "Upload pictures w&ith PicList"
|
||||
WriteRegStr HKCR "*\shell\PicList" "Icon" "$INSTDIR\PicList.exe"
|
||||
WriteRegStr HKCR "*\shell\PicList\command" "" '"$INSTDIR\PicList.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"'
|
||||
WriteRegStr HKCR "*\shell\PicList" "" "Upload pictures w&ith PicList"
|
||||
WriteRegStr HKCR "*\shell\PicList" "Icon" "$INSTDIR\PicList.exe"
|
||||
WriteRegStr HKCR "*\shell\PicList\command" "" '"$INSTDIR\PicList.exe" "upload" "%1"'
|
||||
!macroend
|
||||
!macro customUninstall
|
||||
DeleteRegKey HKCR "*\shell\PicGo"
|
||||
DeleteRegKey HKCR "*\shell\PicList"
|
||||
!macroend
|
||||
|
||||
Reference in New Issue
Block a user