revoke: revoke the rename of ppic
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
# and digits should not be the first char (like C variable naming convention).
|
# 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.
|
# For technical details, this identifier is used as the "vendor" part of ProgId.
|
||||||
identifier = "SarasaPicture"
|
identifier = "PineapplePicture"
|
||||||
|
|
||||||
# The fully qualified path to the application.
|
# The fully qualified path to the application.
|
||||||
#
|
#
|
||||||
@@ -19,7 +19,7 @@ identifier = "SarasaPicture"
|
|||||||
# which is frequently used as escape char in string syntax,
|
# which is frequently used as escape char in string syntax,
|
||||||
# you can utilize "literal strings" syntax in this TOML file
|
# you can utilize "literal strings" syntax in this TOML file
|
||||||
# to quickly write this path as this example following does.
|
# 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,
|
# CLSID is an unique UUID or GUID of your program,
|
||||||
# which makes your program is different with others.
|
# 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,
|
# Due to the same use of back-slash in path part,
|
||||||
# you can utilize TOML "literal strings" syntax to write this value easier.
|
# 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,
|
# 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.
|
# 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...
|
# And more string resources...
|
||||||
jpg = '@C:\path\to\sarasa-picture.exe,-1011'
|
jpg = '@C:\path\to\ppic.exe,-1011'
|
||||||
gif = '@C:\path\to\sarasa-picture.exe,-1012'
|
gif = '@C:\path\to\ppic.exe,-1012'
|
||||||
bmp = '@C:\path\to\sarasa-picture.exe,-1013'
|
bmp = '@C:\path\to\ppic.exe,-1013'
|
||||||
png = '@C:\path\to\sarasa-picture.exe,-1014'
|
png = '@C:\path\to\ppic.exe,-1014'
|
||||||
ico = '@C:\path\to\sarasa-picture.exe,-1015'
|
ico = '@C:\path\to\ppic.exe,-1015'
|
||||||
jpeg = '@C:\path\to\sarasa-picture.exe,-1016'
|
jpeg = '@C:\path\to\ppic.exe,-1016'
|
||||||
tif = '@C:\path\to\sarasa-picture.exe,-1017'
|
tif = '@C:\path\to\ppic.exe,-1017'
|
||||||
tiff = '@C:\path\to\sarasa-picture.exe,-1018'
|
tiff = '@C:\path\to\ppic.exe,-1018'
|
||||||
webp = '@C:\path\to\sarasa-picture.exe,-1019'
|
webp = '@C:\path\to\ppic.exe,-1019'
|
||||||
avif = '@C:\path\to\sarasa-picture.exe,-1020'
|
avif = '@C:\path\to\ppic.exe,-1020'
|
||||||
svg = '@C:\path\to\sarasa-picture.exe,-1021'
|
svg = '@C:\path\to\ppic.exe,-1021'
|
||||||
kra = '@C:\path\to\sarasa-picture.exe,-1022'
|
kra = '@C:\path\to\ppic.exe,-1022'
|
||||||
xcf = '@C:\path\to\sarasa-picture.exe,-1023'
|
xcf = '@C:\path\to\ppic.exe,-1023'
|
||||||
qoi = '@C:\path\to\sarasa-picture.exe,-1024'
|
qoi = '@C:\path\to\ppic.exe,-1024'
|
||||||
apng = '@C:\path\to\sarasa-picture.exe,-1025'
|
apng = '@C:\path\to\ppic.exe,-1025'
|
||||||
exr = '@C:\path\to\sarasa-picture.exe,-1026'
|
exr = '@C:\path\to\ppic.exe,-1026'
|
||||||
tga = '@C:\path\to\sarasa-picture.exe,-1027'
|
tga = '@C:\path\to\ppic.exe,-1027'
|
||||||
|
|
||||||
# ======== Icon Resources ========
|
# ======== 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,
|
# Due to the same use of back-slash in path part,
|
||||||
# you can utilize TOML "literal strings" syntax to write this value easier.
|
# 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.
|
# 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...
|
# Add more icon resources...
|
||||||
svg = 'C:\path\to\sarasa-picture.exe,-2'
|
svg = 'C:\path\to\ppic.exe,-2'
|
||||||
gif = 'C:\path\to\sarasa-picture.exe,-3'
|
gif = 'C:\path\to\ppic.exe,-3'
|
||||||
jpg = 'C:\path\to\sarasa-picture.exe,-4'
|
jpg = 'C:\path\to\ppic.exe,-4'
|
||||||
webp = 'C:\path\to\sarasa-picture.exe,-5'
|
webp = 'C:\path\to\ppic.exe,-5'
|
||||||
avif = 'C:\path\to\sarasa-picture.exe,-6'
|
avif = 'C:\path\to\ppic.exe,-6'
|
||||||
others = 'C:\path\to\sarasa-picture.exe,-61'
|
others = 'C:\path\to\ppic.exe,-61'
|
||||||
|
|
||||||
# ======== Behaviors Collection ========
|
# ======== Behaviors Collection ========
|
||||||
|
|
||||||
@@ -149,7 +149,7 @@ others = 'C:\path\to\sarasa-picture.exe,-61'
|
|||||||
#
|
#
|
||||||
# Due to the same use of back-slash in value,
|
# Due to the same use of back-slash in value,
|
||||||
# you can utilize TOML "literal strings" syntax to write this value easier.
|
# 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 ========
|
# ======== File Extensions ========
|
||||||
|
|
||||||
3
example/ppic-assoc/README.md
Normal file
3
example/ppic-assoc/README.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# Pineapple Picture Association
|
||||||
|
|
||||||
|
TODO
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
# Sarasa Picture Association
|
|
||||||
|
|
||||||
TODO
|
|
||||||
Reference in New Issue
Block a user