ptouch-label CLIを追加して差込印刷を拡張
コマンド名を機能に合わせて整理し、SVGテンプレート+JSON/YAMLの差込印刷とメディア情報取得を使いやすくする。 Made-with: Cursor
This commit is contained in:
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
|
||||
|
||||
spec.files = Dir.chdir(__dir__) { Dir["lib/**/*.rb", "exe/*", "README.md"] }
|
||||
spec.bindir = "exe"
|
||||
spec.executables = ["ptouch-print-png"]
|
||||
spec.executables = ["ptouch-label", "ptouch-print-png"]
|
||||
spec.require_paths = ["lib"]
|
||||
|
||||
spec.add_dependency "ffi", "~> 1.15"
|
||||
|
||||
Reference in New Issue
Block a user