Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
refactor bundle name
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Sep 3, 2023
1 parent 8c6ad29 commit c0ef7e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Installer/Installer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using WixSharp.Controls;

string rootDirectory = Path.GetPathRoot(Environment.SystemDirectory);
const string BundleName = "NavisAppInfo.bundle";
const string BundleName = "NavisLookup.bundle";
string installationDir = Path.Combine(rootDirectory,@"ProgramData\\Autodesk\\ApplicationPlugins",BundleName);
const string projectName = "Navisworks Lookup";
const string outputName = "Navis.NavisLookup";
Expand Down
2 changes: 1 addition & 1 deletion NavisAppInfo/postbuild.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Write-Host "Solution Directory:" $SolutionDir
Write-Host "Project Directory:" $ProjectDir
Write-Host "Configuration Name Current:" $Configuration
Write-Host "Autodesk Product Version:" $Version
$bundle = "C:\ProgramData\Autodesk\ApplicationPlugins\NavisAppInfo.bundle\"
$bundle = "C:\ProgramData\Autodesk\ApplicationPlugins\NavisLookup.bundle\"
$content = "PackageContents.xml"
$listExeclude = @("Autodesk.Navisworks.Api.dll","navisworks.gui.roamer.dll","AdWindows.dll")
$Resouces = $bundle+"Contents\"+"$Version\"
Expand Down

0 comments on commit c0ef7e2

Please sign in to comment.