Skip to content

Commit bbced43

Browse files
leeevitorgalvao
authored andcommitted
Redocument the artifact stanza per #13966 (#25290)
1 parent 6c6ce52 commit bbced43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/cask_language_reference/all_stanzas.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Each Cask must declare one or more *artifacts* (i.e. something to install).
3434
| `vst_plugin` | yes | relative path to a VST Plugin that should be linked into the `~/Library/Audio/VST` folder on installation
3535
| `vst3_plugin` | yes | relative path to a VST3 Plugin that should be linked into the `~/Library/Audio/VST3` folder on installation
3636
| `suite` | yes | relative path to a containing directory that should be moved into the `/Applications` folder on installation (see also [Suite Stanza Details](stanzas/suite.md))
37-
| `artifact` | yes | relative path to an arbitrary path that should be symlinked on installation. Must provide an absolute path as a `target` (example [alcatraz.rb](https://github.com/caskroom/homebrew-cask/blob/312ae841f1f1b2ec07f4d88b7dfdd7fbdf8d4f94/Casks/alcatraz.rb#L12)). This is only for unusual cases. The `app` stanza is strongly preferred when linking `.app` bundles.
37+
| `artifact` | yes | relative path to an arbitrary path that should be moved on installation. Must provide an absolute path as a `target` (example [alcatraz.rb](https://github.com/caskroom/homebrew-cask/blob/312ae841f1f1b2ec07f4d88b7dfdd7fbdf8d4f94/Casks/alcatraz.rb#L12)). This is only for unusual cases. The `app` stanza is strongly preferred when linking `.app` bundles.
3838
| `installer` | yes | describes an executable which must be run to complete the installation (see [Installer Stanza Details](stanzas/installer.md))
3939
| `stage_only` | no | `true`. Assert that the Cask contains no activatable artifacts.
4040

0 commit comments

Comments
 (0)