mirror of
https://github.com/laosb/SwiftTailwind.git
synced 2025-11-28 22:01:38 +00:00
add artifact bundle script
This commit is contained in:
commit
ae6e4e54ec
4 changed files with 127 additions and 0 deletions
22
Scripts/info.template.json
Normal file
22
Scripts/info.template.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"schemaVersion": "1.0",
|
||||
"artifacts": {
|
||||
"tailwindcss": {
|
||||
"version": "%VERSION%",
|
||||
"variants": [
|
||||
{
|
||||
"path": "tailwindcss-%VERSION%-macos-x64/bin/tailwindcss",
|
||||
"supportedTriples": ["x86_64-apple-macosx"]
|
||||
},
|
||||
{
|
||||
"path": "tailwindcss-%VERSION%-macos-arm64/bin/tailwindcss",
|
||||
"supportedTriples": ["arm64-apple-macosx"]
|
||||
},
|
||||
{
|
||||
"path": "tailwindcss-%VERSION%-linux-x64/bin/tailwindcss",
|
||||
"supportedTriples": ["x86_64-unknown-linux-gnu"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue