File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ param (
23
23
$globalPrefix = " XOAP"
24
24
$curDirectory = Resolve-Path .\
25
25
$templatePath = Join-Path $curDirectory " templates"
26
- $rootModulePath = Resolve-Path ..\
26
+ $rootModulePath = Resolve-Path .\source
27
27
$Module = " ${globalPrefix}${Module} DSC"
28
28
$modulePath = Join-Path $rootModulePath " $Module "
29
29
$moduleVersionPath = Join-Path $modulePath $Version
Original file line number Diff line number Diff line change 1
1
#
2
- # Module manifest for module 'XOAPAVDOptimizationW11DSC '
2
+ # Module manifest for module 'XOAPAModuleTemplate1DSC '
3
3
#
4
4
# Generated by: Sinisa Sokolic
5
5
#
@@ -24,10 +24,10 @@ GUID = '9300a1eb-8865-4cf3-abf2-bd2f8f7d861d'
24
24
Author = ' Sinisa Sokolic'
25
25
26
26
# Company or vendor of this module
27
- CompanyName = ' XOAP '
27
+ CompanyName = ' RIS AG '
28
28
29
29
# Copyright statement for this module
30
- Copyright = ' (c) 2023 Sinisa Sokolic . All rights reserved.'
30
+ Copyright = ' (c) 2023 XOAP.io . All rights reserved.'
31
31
32
32
# Description of the functionality provided by this module
33
33
Description = ' Module to configure Azure Virtual Desktop Optimizations on Windows 11. '
You can’t perform that action at this time.
0 commit comments