1
0

revoke: revoke the rename of ppic

This commit is contained in:
2026-04-12 14:54:43 +08:00
parent d7359d41d4
commit 6b7019e640
3 changed files with 33 additions and 33 deletions

View File

@@ -7,7 +7,7 @@
# and digits should not be the first char (like C variable naming convention).
#
# For technical details, this identifier is used as the "vendor" part of ProgId.
identifier = "SarasaPicture"
identifier = "PineapplePicture"
# The fully qualified path to the application.
#
@@ -19,7 +19,7 @@ identifier = "SarasaPicture"
# which is frequently used as escape char in string syntax,
# you can utilize "literal strings" syntax in this TOML file
# to quickly write this path as this example following does.
path = 'C:\path\to\sarasa-picture.exe'
path = 'C:\path\to\ppic.exe'
# CLSID is an unique UUID or GUID of your program,
# which makes your program is different with others.
@@ -69,30 +69,30 @@ behavior = "generic"
#
# Due to the same use of back-slash in path part,
# you can utilize TOML "literal strings" syntax to write this value easier.
default = '@C:\path\to\sarasa-picture.exe,-1001'
default = '@C:\path\to\ppic.exe,-1001'
# The value of this key also can be a plain string like this commente statement,
# if you don't want to touch Win32 resources and your program do not have any I18N requirements.
# default = "Sarasa Picture"
# default = "Pineapple Picture"
# And more string resources...
jpg = '@C:\path\to\sarasa-picture.exe,-1011'
gif = '@C:\path\to\sarasa-picture.exe,-1012'
bmp = '@C:\path\to\sarasa-picture.exe,-1013'
png = '@C:\path\to\sarasa-picture.exe,-1014'
ico = '@C:\path\to\sarasa-picture.exe,-1015'
jpeg = '@C:\path\to\sarasa-picture.exe,-1016'
tif = '@C:\path\to\sarasa-picture.exe,-1017'
tiff = '@C:\path\to\sarasa-picture.exe,-1018'
webp = '@C:\path\to\sarasa-picture.exe,-1019'
avif = '@C:\path\to\sarasa-picture.exe,-1020'
svg = '@C:\path\to\sarasa-picture.exe,-1021'
kra = '@C:\path\to\sarasa-picture.exe,-1022'
xcf = '@C:\path\to\sarasa-picture.exe,-1023'
qoi = '@C:\path\to\sarasa-picture.exe,-1024'
apng = '@C:\path\to\sarasa-picture.exe,-1025'
exr = '@C:\path\to\sarasa-picture.exe,-1026'
tga = '@C:\path\to\sarasa-picture.exe,-1027'
jpg = '@C:\path\to\ppic.exe,-1011'
gif = '@C:\path\to\ppic.exe,-1012'
bmp = '@C:\path\to\ppic.exe,-1013'
png = '@C:\path\to\ppic.exe,-1014'
ico = '@C:\path\to\ppic.exe,-1015'
jpeg = '@C:\path\to\ppic.exe,-1016'
tif = '@C:\path\to\ppic.exe,-1017'
tiff = '@C:\path\to\ppic.exe,-1018'
webp = '@C:\path\to\ppic.exe,-1019'
avif = '@C:\path\to\ppic.exe,-1020'
svg = '@C:\path\to\ppic.exe,-1021'
kra = '@C:\path\to\ppic.exe,-1022'
xcf = '@C:\path\to\ppic.exe,-1023'
qoi = '@C:\path\to\ppic.exe,-1024'
apng = '@C:\path\to\ppic.exe,-1025'
exr = '@C:\path\to\ppic.exe,-1026'
tga = '@C:\path\to\ppic.exe,-1027'
# ======== Icon Resources ========
@@ -112,18 +112,18 @@ tga = '@C:\path\to\sarasa-picture.exe,-1027'
#
# Due to the same use of back-slash in path part,
# you can utilize TOML "literal strings" syntax to write this value easier.
png = 'C:\path\to\sarasa-picture.exe,-1'
png = 'C:\path\to\ppic.exe,-1'
# The value of this key also can be the absolute path to existing icon file like this commente statement.
# png = 'C:\path\to\sarasa-picture\png.ico'
# png = 'C:\path\to\ppic\icons\png.ico'
# Add more icon resources...
svg = 'C:\path\to\sarasa-picture.exe,-2'
gif = 'C:\path\to\sarasa-picture.exe,-3'
jpg = 'C:\path\to\sarasa-picture.exe,-4'
webp = 'C:\path\to\sarasa-picture.exe,-5'
avif = 'C:\path\to\sarasa-picture.exe,-6'
others = 'C:\path\to\sarasa-picture.exe,-61'
svg = 'C:\path\to\ppic.exe,-2'
gif = 'C:\path\to\ppic.exe,-3'
jpg = 'C:\path\to\ppic.exe,-4'
webp = 'C:\path\to\ppic.exe,-5'
avif = 'C:\path\to\ppic.exe,-6'
others = 'C:\path\to\ppic.exe,-61'
# ======== Behaviors Collection ========
@@ -149,7 +149,7 @@ others = 'C:\path\to\sarasa-picture.exe,-61'
#
# Due to the same use of back-slash in value,
# you can utilize TOML "literal strings" syntax to write this value easier.
generic = '"C:\path\to\sarasa-picture.exe" "%1"'
generic = '"C:\path\to\ppic.exe" "%1"'
# ======== File Extensions ========

View File

@@ -0,0 +1,3 @@
# Pineapple Picture Association
TODO

View File

@@ -1,3 +0,0 @@
# Sarasa Picture Association
TODO