Skip to content

Commit

Permalink
Merge pull request #1940 from mikecat/fix-7zip
Browse files Browse the repository at this point in the history
7-Zipの名前とURLを修正
  • Loading branch information
kujirahand authored Feb 13, 2025
2 parents 3863cde + 4f83144 commit fd8c788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugin_node.mts
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ export default {
},
return_none: true
},
'解凍': { // @(v1非互換)ZIPファイルAをBに解凍(実行には7-zipが必要-https://goo.gl/LmKswH) // @かいとう
'解凍': { // @(v1非互換)ZIPファイルAをBに解凍(実行には7-Zipが必要-https://7-zip.opensource.jp/ ) // @かいとう
type: 'func',
josi: [['を', 'から'], ['に', 'へ']],
pure: true,
Expand Down Expand Up @@ -689,7 +689,7 @@ export default {
},
return_none: false
},
'圧縮': { // @(v1非互換)ファイルAをBにZIP圧縮(実行には7-zipが必要-https://goo.gl/LmKswH) // @あっしゅく
'圧縮': { // @(v1非互換)ファイルAをBにZIP圧縮(実行には7-Zipが必要-https://7-zip.opensource.jp/ ) // @あっしゅく
type: 'func',
josi: [['を', 'から'], ['に', 'へ']],
pure: true,
Expand Down

0 comments on commit fd8c788

Please sign in to comment.