Skip to content

Commit 94b80ca

Browse files
committed
feat: reworked complete strcture
1 parent 806dc5e commit 94b80ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

New-CompositeResource.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

source/XOAPAVDOptimizationW11DSC.psd1 renamed to source/XOAPModuleTemplateDSC.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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'
2424
Author = '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
3333
Description = 'Module to configure Azure Virtual Desktop Optimizations on Windows 11. '

0 commit comments

Comments
 (0)