|
3 | 3 | <Package |
4 | 4 | Name="Rusty" |
5 | 5 | Manufacturer="hexajohnny" |
6 | | - Version="0.1.3" |
| 6 | + Version="0.1.4" |
7 | 7 | UpgradeCode="{A77A6E2E-8A7F-4C9F-9CF0-9D44E1A44F1A}" |
8 | 8 | Language="1033" |
9 | 9 | Scope="perMachine"> |
|
19 | 19 | <StandardDirectory Id="$(var.ProgramFilesRoot)"> |
20 | 20 | <Directory Id="INSTALLFOLDER" Name="Rusty"> |
21 | 21 | <Directory Id="THEMEFOLDER" Name="theme" /> |
| 22 | + <Directory Id="TERMFOLDER" Name="term" /> |
22 | 23 | </Directory> |
23 | 24 | </StandardDirectory> |
24 | 25 | <StandardDirectory Id="ProgramMenuFolder"> |
|
78 | 79 | </Component> |
79 | 80 |
|
80 | 81 | <Component Id="cmpThemeDark" Guid="*" Directory="THEMEFOLDER"> |
81 | | - <File Id="filThemeDark" Source="installer\\theme\\Dark.thm" /> |
| 82 | + <File Id="filThemeDark" Source="dist\\theme\\Dark.thm" /> |
82 | 83 | </Component> |
83 | 84 | <Component Id="cmpThemeLight" Guid="*" Directory="THEMEFOLDER"> |
84 | | - <File Id="filThemeLight" Source="installer\\theme\\Light.thm" /> |
| 85 | + <File Id="filThemeLight" Source="dist\\theme\\Light.thm" /> |
85 | 86 | </Component> |
86 | 87 | <Component Id="cmpThemeCrimsonDusk" Guid="*" Directory="THEMEFOLDER"> |
87 | | - <File Id="filThemeCrimsonDusk" Source="installer\\theme\\CrimsonDusk.thm" /> |
| 88 | + <File Id="filThemeCrimsonDusk" Source="dist\\theme\\CrimsonDusk.thm" /> |
88 | 89 | </Component> |
89 | 90 | <Component Id="cmpThemeEmeraldMist" Guid="*" Directory="THEMEFOLDER"> |
90 | | - <File Id="filThemeEmeraldMist" Source="installer\\theme\\EmeraldMist.thm" /> |
| 91 | + <File Id="filThemeEmeraldMist" Source="dist\\theme\\EmeraldMist.thm" /> |
91 | 92 | </Component> |
92 | 93 | <Component Id="cmpThemeForestNight" Guid="*" Directory="THEMEFOLDER"> |
93 | | - <File Id="filThemeForestNight" Source="installer\\theme\\ForestNight.thm" /> |
| 94 | + <File Id="filThemeForestNight" Source="dist\\theme\\ForestNight.thm" /> |
94 | 95 | </Component> |
95 | 96 | <Component Id="cmpThemeGraphite" Guid="*" Directory="THEMEFOLDER"> |
96 | | - <File Id="filThemeGraphite" Source="installer\\theme\\Graphite.thm" /> |
| 97 | + <File Id="filThemeGraphite" Source="dist\\theme\\Graphite.thm" /> |
97 | 98 | </Component> |
98 | 99 | <Component Id="cmpThemeMidnightBlue" Guid="*" Directory="THEMEFOLDER"> |
99 | | - <File Id="filThemeMidnightBlue" Source="installer\\theme\\MidnightBlue.thm" /> |
| 100 | + <File Id="filThemeMidnightBlue" Source="dist\\theme\\MidnightBlue.thm" /> |
100 | 101 | </Component> |
101 | 102 | <Component Id="cmpThemeMonochromeSlate" Guid="*" Directory="THEMEFOLDER"> |
102 | | - <File Id="filThemeMonochromeSlate" Source="installer\\theme\\MonochromeSlate.thm" /> |
| 103 | + <File Id="filThemeMonochromeSlate" Source="dist\\theme\\MonochromeSlate.thm" /> |
103 | 104 | </Component> |
104 | 105 | <Component Id="cmpThemeOceanBreeze" Guid="*" Directory="THEMEFOLDER"> |
105 | | - <File Id="filThemeOceanBreeze" Source="installer\\theme\\OceanBreeze.thm" /> |
| 106 | + <File Id="filThemeOceanBreeze" Source="dist\\theme\\OceanBreeze.thm" /> |
106 | 107 | </Component> |
107 | 108 | <Component Id="cmpThemeSandstone" Guid="*" Directory="THEMEFOLDER"> |
108 | | - <File Id="filThemeSandstone" Source="installer\\theme\\Sandstone.thm" /> |
| 109 | + <File Id="filThemeSandstone" Source="dist\\theme\\Sandstone.thm" /> |
109 | 110 | </Component> |
110 | 111 | <Component Id="cmpThemeSolarizedDark" Guid="*" Directory="THEMEFOLDER"> |
111 | | - <File Id="filThemeSolarizedDark" Source="installer\\theme\\SolarizedDark.thm" /> |
| 112 | + <File Id="filThemeSolarizedDark" Source="dist\\theme\\SolarizedDark.thm" /> |
112 | 113 | </Component> |
113 | 114 | <Component Id="cmpThemeSolarizedLight" Guid="*" Directory="THEMEFOLDER"> |
114 | | - <File Id="filThemeSolarizedLight" Source="installer\\theme\\SolarizedLight.thm" /> |
| 115 | + <File Id="filThemeSolarizedLight" Source="dist\\theme\\SolarizedLight.thm" /> |
| 116 | + </Component> |
| 117 | + |
| 118 | + <Component Id="cmpTermAyuLight" Guid="*" Directory="TERMFOLDER"> |
| 119 | + <File Id="filTermAyuLight" Source="dist\\term\\ayu-light.toml" /> |
| 120 | + </Component> |
| 121 | + <Component Id="cmpTermCatppuccinLatte" Guid="*" Directory="TERMFOLDER"> |
| 122 | + <File Id="filTermCatppuccinLatte" Source="dist\\term\\catppuccin-latte.toml" /> |
| 123 | + </Component> |
| 124 | + <Component Id="cmpTermCatppuccinMocha" Guid="*" Directory="TERMFOLDER"> |
| 125 | + <File Id="filTermCatppuccinMocha" Source="dist\\term\\catppuccin-mocha.toml" /> |
| 126 | + </Component> |
| 127 | + <Component Id="cmpTermDracula" Guid="*" Directory="TERMFOLDER"> |
| 128 | + <File Id="filTermDracula" Source="dist\\term\\dracula.toml" /> |
| 129 | + </Component> |
| 130 | + <Component Id="cmpTermEverforestDark" Guid="*" Directory="TERMFOLDER"> |
| 131 | + <File Id="filTermEverforestDark" Source="dist\\term\\everforest-dark.toml" /> |
| 132 | + </Component> |
| 133 | + <Component Id="cmpTermEverforestLight" Guid="*" Directory="TERMFOLDER"> |
| 134 | + <File Id="filTermEverforestLight" Source="dist\\term\\everforest-light.toml" /> |
| 135 | + </Component> |
| 136 | + <Component Id="cmpTermGithubDark" Guid="*" Directory="TERMFOLDER"> |
| 137 | + <File Id="filTermGithubDark" Source="dist\\term\\github-dark.toml" /> |
| 138 | + </Component> |
| 139 | + <Component Id="cmpTermGithubLight" Guid="*" Directory="TERMFOLDER"> |
| 140 | + <File Id="filTermGithubLight" Source="dist\\term\\github-light.toml" /> |
| 141 | + </Component> |
| 142 | + <Component Id="cmpTermGruvboxDark" Guid="*" Directory="TERMFOLDER"> |
| 143 | + <File Id="filTermGruvboxDark" Source="dist\\term\\gruvbox-dark.toml" /> |
| 144 | + </Component> |
| 145 | + <Component Id="cmpTermGruvboxLight" Guid="*" Directory="TERMFOLDER"> |
| 146 | + <File Id="filTermGruvboxLight" Source="dist\\term\\gruvbox-light.toml" /> |
| 147 | + </Component> |
| 148 | + <Component Id="cmpTermKanagawa" Guid="*" Directory="TERMFOLDER"> |
| 149 | + <File Id="filTermKanagawa" Source="dist\\term\\kanagawa.toml" /> |
| 150 | + </Component> |
| 151 | + <Component Id="cmpTermMonokai" Guid="*" Directory="TERMFOLDER"> |
| 152 | + <File Id="filTermMonokai" Source="dist\\term\\monokai.toml" /> |
| 153 | + </Component> |
| 154 | + <Component Id="cmpTermNord" Guid="*" Directory="TERMFOLDER"> |
| 155 | + <File Id="filTermNord" Source="dist\\term\\nord.toml" /> |
| 156 | + </Component> |
| 157 | + <Component Id="cmpTermOneDark" Guid="*" Directory="TERMFOLDER"> |
| 158 | + <File Id="filTermOneDark" Source="dist\\term\\one-dark.toml" /> |
| 159 | + </Component> |
| 160 | + <Component Id="cmpTermPapercolorDark" Guid="*" Directory="TERMFOLDER"> |
| 161 | + <File Id="filTermPapercolorDark" Source="dist\\term\\papercolor-dark.toml" /> |
| 162 | + </Component> |
| 163 | + <Component Id="cmpTermPapercolorLight" Guid="*" Directory="TERMFOLDER"> |
| 164 | + <File Id="filTermPapercolorLight" Source="dist\\term\\papercolor-light.toml" /> |
| 165 | + </Component> |
| 166 | + <Component Id="cmpTermRosePine" Guid="*" Directory="TERMFOLDER"> |
| 167 | + <File Id="filTermRosePine" Source="dist\\term\\rose-pine.toml" /> |
| 168 | + </Component> |
| 169 | + <Component Id="cmpTermSolarizedDark" Guid="*" Directory="TERMFOLDER"> |
| 170 | + <File Id="filTermSolarizedDark" Source="dist\\term\\solarized-dark.toml" /> |
| 171 | + </Component> |
| 172 | + <Component Id="cmpTermSolarizedLight" Guid="*" Directory="TERMFOLDER"> |
| 173 | + <File Id="filTermSolarizedLight" Source="dist\\term\\solarized-light.toml" /> |
| 174 | + </Component> |
| 175 | + <Component Id="cmpTermTokyoNight" Guid="*" Directory="TERMFOLDER"> |
| 176 | + <File Id="filTermTokyoNight" Source="dist\\term\\tokyo-night.toml" /> |
115 | 177 | </Component> |
116 | 178 | </ComponentGroup> |
117 | 179 | </Fragment> |
|
0 commit comments