summaryrefslogtreecommitdiffstats
path: root/comm/mail/installer/windows/docs/MSIX.rst
blob: 13dbd93a748c3609cba849abf473e97db2e61806 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
MSIX Package
============

See the Firefox MSIX installer docs.

resources.pri
'''''''''''''

Generate a new ``resources.pri`` file on a Windows machine using
``makepri.exe`` from the Windows SDK, like:

::

    C:\> makepri.exe new ^
        -IndexName thunderbird ^
        -ConfigXml comm\mail\installer\windows\msix\priconfig.xml ^
        -ProjectRoot comm\mail\branding\nightly\msix ^
        -OutputFile comm\mail\installer\windows\msix\resources.pri ^
        -Overwrite

The choice of channel (i.e.,
``comm\mail\branding\{thunderbird,nightly}``) should
not matter.