Addapted windows installer stuff
This commit is contained in:
parent
c1190c15a4
commit
8f56cebde2
|
@ -184,6 +184,7 @@
|
|||
<!-- Plot module -->
|
||||
<ComponentRef Id="CompModPlot" />
|
||||
<ComponentRef Id="CompModPlotIcons" />
|
||||
<ComponentRef Id="CompModPlotTranslations" />
|
||||
<ComponentRef Id="CompModplotAxes" />
|
||||
<ComponentRef Id="CompModplotLabels" />
|
||||
<ComponentRef Id="CompModplotPositions" />
|
||||
|
|
|
@ -28,17 +28,27 @@
|
|||
<File Id="PlotInitGuiPy" Name="InitGui.py" DiskId="1" />
|
||||
<File Id="PlotInstance" Name="Plot.py" DiskId="1" />
|
||||
</Component>
|
||||
<Directory Id="ModPlotIcons" Name="Icons" FileSource="../../Mod/Plot/Icons" >
|
||||
<Component Id="CompModPlotIcons" Guid="a176d6d9-755c-4b09-824a-af56c45f08c0" Win64='$(var.Win_64)' KeyPath="yes">
|
||||
<File Id="PlotIcons01" Name="Axes.svg" />
|
||||
<File Id="PlotIcons02" Name="Grid.svg" />
|
||||
<File Id="PlotIcons03" Name="Icon.svg" />
|
||||
<File Id="PlotIcons04" Name="Labels.svg" />
|
||||
<File Id="PlotIcons05" Name="Legend.svg" />
|
||||
<File Id="PlotIcons06" Name="Positions.svg" />
|
||||
<File Id="PlotIcons07" Name="Save.svg" />
|
||||
<File Id="PlotIcons08" Name="Series.svg" />
|
||||
</Component>
|
||||
<Directory Id="ModPlotResources" Name="resources" FileSource="../../Mod/Plot/resources" >
|
||||
<Directory Id="ModPlotIcons" Name="icons" FileSource="../../Mod/Plot/resources/icons" >
|
||||
<Component Id="CompModPlotIcons" Guid="a176d6d9-755c-4b09-824a-af56c45f08c0" Win64='$(var.Win_64)' KeyPath="yes">
|
||||
<File Id="PlotIcons01" Name="Axes.svg" />
|
||||
<File Id="PlotIcons02" Name="Grid.svg" />
|
||||
<File Id="PlotIcons03" Name="Icon.svg" />
|
||||
<File Id="PlotIcons04" Name="Labels.svg" />
|
||||
<File Id="PlotIcons05" Name="Legend.svg" />
|
||||
<File Id="PlotIcons06" Name="Positions.svg" />
|
||||
<File Id="PlotIcons07" Name="Save.svg" />
|
||||
<File Id="PlotIcons08" Name="Series.svg" />
|
||||
</Component>
|
||||
</Directory>
|
||||
<Directory Id="ModPlotTranslations" Name="translations" FileSource="../../Mod/Plot/resources/translations" >
|
||||
<Component Id="CompModPlotTranslations" Guid="714534d7-ecf0-486c-9238-da6a06029499" Win64='$(var.Win_64)' KeyPath="yes">
|
||||
<File Id="PlotTranslations01" Name="Plot.qm" />
|
||||
<File Id="PlotTranslations02" Name="Plot.ts" />
|
||||
<File Id="PlotTranslations03" Name="Plot_es-ES.qm" />
|
||||
<File Id="PlotTranslations04" Name="Plot_es-ES.ts" />
|
||||
</Component>
|
||||
</Directory>
|
||||
</Directory>
|
||||
<Directory Id="ModplotAxes" Name="plotAxes" FileSource="../../Mod/Plot/plotAxes" >
|
||||
<Component Id="CompModplotAxes" Guid="0dfd62d2-196b-45e8-ba6d-a51267233890" Win64='$(var.Win_64)' KeyPath="yes">
|
||||
|
@ -79,7 +89,6 @@
|
|||
<Component Id="CompModplotUtils" Guid="861945d1-6105-4063-8cbb-93235876e15b" Win64='$(var.Win_64)' KeyPath="yes">
|
||||
<File Id="plotUtils01" Name="__init__.py" />
|
||||
<File Id="plotUtils02" Name="Paths.py" />
|
||||
<File Id="plotUtils03" Name="Translator.py" />
|
||||
</Component>
|
||||
</Directory>
|
||||
</Directory>
|
||||
|
|
Loading…
Reference in New Issue
Block a user