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