Skip to content

Commit

Permalink
Implemented env fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Weatherlights committed Jan 13, 2025
1 parent e46bfa5 commit b8a8083
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
Binary file modified Code/APPX/arm64.msix
Binary file not shown.
2 changes: 1 addition & 1 deletion Code/APPX/arm64/AppxManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:build="http://schemas.microsoft.com/developer/appx/2015/build" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:rescap3="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/3" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" IgnorableNamespaces="build uap rescap rescap3 desktop">
<Identity Name="HaukeGtze.IntuneNetworkDriveMapping" ProcessorArchitecture="arm64" Publisher="CN=BFF8D712-89E6-4205-9504-3AB824A94414" Version="1.3.2.0"/>
<Identity Name="HaukeGtze.IntuneNetworkDriveMapping" ProcessorArchitecture="arm64" Publisher="CN=BFF8D712-89E6-4205-9504-3AB824A94414" Version="1.3.3.0"/>
<Resources>
<Resource uap:Scale="100"/>
<Resource uap:Scale="150"/>
Expand Down
Binary file modified Code/APPX/arm64/NetworkShareMapper.exe
Binary file not shown.
Binary file modified Code/APPX/arm64/NetworkShareMapper.pdb
Binary file not shown.
Binary file modified Code/APPX/x86.msix
Binary file not shown.
2 changes: 1 addition & 1 deletion Code/APPX/x86/AppxManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Package IgnorableNamespaces="build uap rescap rescap3 desktop" xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:build="http://schemas.microsoft.com/developer/appx/2015/build" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:rescap3="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/3" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest">
<Identity Name="HaukeGtze.IntuneNetworkDriveMapping" ProcessorArchitecture="x86" Publisher="CN=BFF8D712-89E6-4205-9504-3AB824A94414" Version="1.3.2.0" />
<Identity Name="HaukeGtze.IntuneNetworkDriveMapping" ProcessorArchitecture="x86" Publisher="CN=BFF8D712-89E6-4205-9504-3AB824A94414" Version="1.3.3.0" />
<Resources>
<Resource uap:Scale="100" />
<Resource uap:Scale="150" />
Expand Down
Binary file modified Code/APPX/x86/NetworkShareMapper.exe
Binary file not shown.
Binary file modified Code/APPX/x86/NetworkShareMapper.pdb
Binary file not shown.

0 comments on commit b8a8083

Please sign in to comment.