Skip to content

Commit

Permalink
Merge pull request #758 from Autodesk/macosx-installer-5.0
Browse files Browse the repository at this point in the history
@rasberrypai updated installer for 5.0.0.0 ALPHA
  • Loading branch information
MattMoradi authored Jan 9, 2022
2 parents 32e95ed + e6cbe93 commit d04d4bb
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 6 deletions.
Empty file modified installer/OSX/App/payload/Contents/Info.plist
100644 → 100755
Empty file.
Empty file modified installer/OSX/App/scripts/postinstall
100644 → 100755
Empty file.
Empty file modified installer/OSX/App/scripts/preinstall
100644 → 100755
Empty file.
Empty file modified installer/OSX/Assets/payload/Contents/Info.plist
100644 → 100755
Empty file.
Empty file modified installer/OSX/Assets/scripts/postinstall
100644 → 100755
Empty file.
Empty file modified installer/OSX/Assets/scripts/preinstall
100644 → 100755
Empty file.
Empty file modified installer/OSX/Exporter/payload/Contents/Info.plist
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion installer/OSX/Exporter/scripts/postinstall
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
mv $2/Contents/SynthesisFusionGltfExporter ~/Library/Application Support/Autodesk/Autodesk Fusion 360/API/AddIns/
mv $2/Contents/SynthesisFusionAddin ~/Library/Application\ Support/Autodesk/Autodesk\ Fusion\ 360/API/AddIns/
rm -rf $2
exit 0
Empty file modified installer/OSX/Exporter/scripts/preinstall
100644 → 100755
Empty file.
Empty file modified installer/OSX/Installer/Distribution.xml
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions installer/OSX/Installer/Resources/conclusion.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</head>
<body>
<div style="font-family: Helvetica; padding-left: 10px;" align="left">
<h3>Synthesis: An Autodesk Technology | 4.3.3.1</h3>
<h3>Synthesis: An Autodesk Technology | 5.0.0.0 ALPHA</h3>
<p style="color: #020202; font-size: 12px;">Thank you for installing Synthesis: An Autodesk Technology</p>
</div>
<div style="font-family: Helvetica; padding-left: 11px;" align="left">
Expand All @@ -21,7 +21,7 @@ <h4>Resources</h5>
</div>
<div style="font-family: Helvetica; padding-left: 10px;" align="left">
<br/>
<p style="color: #abb0b0; font-size: 10px;">Copyright © 2020 Autodesk Inc.</p>
<p style="color: #abb0b0; font-size: 10px;">Copyright © 2021 Autodesk inc.</p>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion installer/OSX/Installer/Resources/license.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<br><br><br>
APPENDIX: How to apply the Apache License to your work.
<br><br><br>
Copyright 2020 Autodesk Inc.
Copyright 2021 Autodesk inc.
<br><br><br>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion installer/OSX/Installer/Resources/welcome.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</head>
<body>
<div align="left" style="font-family: Helvetica; padding-left: 10px;">
<p style="color: #020202; font-size: 12px;">This will install <span style="color: #FF7F00; font-size: 12px;">Synthesis: An Autodesk Technology 4.3.3.1</span> on your computer. You will be guided through the steps necessary to install this software.</p>
<p style="color: #020202; font-size: 12px;">This will install <span style="color: #FF7F00; font-size: 12px;">Synthesis: An Autodesk Application 5.0.0.0 ALPHA</span> on your computer. You will be guided through the steps necessary to install this software.</p>
<p style="color: #abb0b0; font-size: 12px;">Click <span style="color: #626666">“Continue"</span> to continue the setup</p>
</div>
</body>
Expand Down
3 changes: 2 additions & 1 deletion installer/Windows/MainInstaller.nsi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!include MUI2.nsh
!include x64.nsh
!define PRODUCT_VERSION "4.3.3.1"
!define PRODUCT_VERSION "4.3.3.3"

Name "Synthesis"

Expand Down Expand Up @@ -280,6 +280,7 @@ Section "Uninstall"
RMDir /r "$APPDATA\Autodesk\ApplicationPlugins\FusionSynth.bundle"

; Remove inventor plugins
Delete /REBOOTOK "$APPDATA\Autodesk\Inventor 2022\Addins\Autodesk.InventorRobotExporter.Inventor.addin"
Delete /REBOOTOK "$APPDATA\Autodesk\Inventor 2021\Addins\Autodesk.InventorRobotExporter.Inventor.addin"
Delete /REBOOTOK "$APPDATA\Autodesk\Inventor 2020\Addins\Autodesk.InventorRobotExporter.Inventor.addin"
Delete /REBOOTOK "$APPDATA\Autodesk\Inventor 2019\Addins\Autodesk.InventorRobotExporter.Inventor.addin"
Expand Down

0 comments on commit d04d4bb

Please sign in to comment.