File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -36,24 +36,24 @@ primitive StableApplication is Application
3636primitive Packages
3737 fun apply (): Array [Application ] box =>
3838 ifdef windows then
39- [CorralPackage ; PonycPackage ; PonyupPackage ]
39+ [CorralApplication ; PonycApplication ; PonyupApplication ]
4040 else
4141 [
42- CorralPackage
43- PonycPackage
44- PonyupPackage
45- ChangelogToolPackage
46- StablePackage
42+ CorralApplication
43+ PonycApplication
44+ PonyupApplication
45+ ChangelogToolApplication
46+ StableApplication
4747 ]
4848 end
4949
5050 fun package_from_string (name: String ): Application ? =>
5151 match name
52- | " ponyc" => PonycPackage
53- | " corral" => CorralPackage
54- | " ponyup" => PonyupPackage
55- | " changelog-tool" => ChangelogToolPackage
56- | " stable" => StablePackage
52+ | " ponyc" => PonycApplication
53+ | " corral" => CorralApplication
54+ | " ponyup" => PonyupApplication
55+ | " changelog-tool" => ChangelogToolApplication
56+ | " stable" => StableApplication
5757 else
5858 error
5959 end
You can’t perform that action at this time.
0 commit comments