diff options
Diffstat (limited to '')
-rw-r--r-- | cmake/installdata/windowsstore/addons.txt | 2 | ||||
-rw-r--r-- | cmake/installdata/windowsstore/dlls.txt | 1 | ||||
-rw-r--r-- | cmake/installdata/windowsstore/irss.txt | 2 | ||||
-rw-r--r-- | cmake/installdata/windowsstore/python.txt | 1 |
4 files changed, 6 insertions, 0 deletions
diff --git a/cmake/installdata/windowsstore/addons.txt b/cmake/installdata/windowsstore/addons.txt new file mode 100644 index 0000000..3b4d9a9 --- /dev/null +++ b/cmake/installdata/windowsstore/addons.txt @@ -0,0 +1,2 @@ +project/BuildDependencies/win10-${ARCH}/addons/* +system/addon-manifest-uwp.xml diff --git a/cmake/installdata/windowsstore/dlls.txt b/cmake/installdata/windowsstore/dlls.txt new file mode 100644 index 0000000..8b45449 --- /dev/null +++ b/cmake/installdata/windowsstore/dlls.txt @@ -0,0 +1 @@ +project/BuildDependencies/win10-${ARCH}/bin/*.dll dlls diff --git a/cmake/installdata/windowsstore/irss.txt b/cmake/installdata/windowsstore/irss.txt new file mode 100644 index 0000000..6fd8d48 --- /dev/null +++ b/cmake/installdata/windowsstore/irss.txt @@ -0,0 +1,2 @@ +system/IRSSmap.xml +system/X10-Lola-IRSSmap.xml diff --git a/cmake/installdata/windowsstore/python.txt b/cmake/installdata/windowsstore/python.txt new file mode 100644 index 0000000..db57ebc --- /dev/null +++ b/cmake/installdata/windowsstore/python.txt @@ -0,0 +1 @@ +project/BuildDependencies/win10-${ARCH}/bin/Python KEEP_DIR_STRUCTURE system
\ No newline at end of file |