Skip to content

Commit d04d4bb

Browse files
authored
Merge pull request #758 from Autodesk/macosx-installer-5.0
@rasberrypai updated installer for 5.0.0.0 ALPHA
2 parents 32e95ed + e6cbe93 commit d04d4bb

File tree

14 files changed

+7
-6
lines changed

14 files changed

+7
-6
lines changed

installer/OSX/App/payload/Contents/Info.plist

100644100755
File mode changed.

installer/OSX/App/scripts/postinstall

100644100755
File mode changed.

installer/OSX/App/scripts/preinstall

100644100755
File mode changed.

installer/OSX/Assets/payload/Contents/Info.plist

100644100755
File mode changed.

installer/OSX/Assets/scripts/postinstall

100644100755
File mode changed.

installer/OSX/Assets/scripts/preinstall

100644100755
File mode changed.

installer/OSX/Exporter/payload/Contents/Info.plist

100644100755
File mode changed.

installer/OSX/Exporter/scripts/postinstall

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
2-
mv $2/Contents/SynthesisFusionGltfExporter ~/Library/Application Support/Autodesk/Autodesk Fusion 360/API/AddIns/
2+
mv $2/Contents/SynthesisFusionAddin ~/Library/Application\ Support/Autodesk/Autodesk\ Fusion\ 360/API/AddIns/
33
rm -rf $2
44
exit 0

installer/OSX/Exporter/scripts/preinstall

100644100755
File mode changed.

installer/OSX/Installer/Distribution.xml

100644100755
File mode changed.

installer/OSX/Installer/Resources/conclusion.html

100644100755
+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</head>
77
<body>
88
<div style="font-family: Helvetica; padding-left: 10px;" align="left">
9-
<h3>Synthesis: An Autodesk Technology | 4.3.3.1</h3>
9+
<h3>Synthesis: An Autodesk Technology | 5.0.0.0 ALPHA</h3>
1010
<p style="color: #020202; font-size: 12px;">Thank you for installing Synthesis: An Autodesk Technology</p>
1111
</div>
1212
<div style="font-family: Helvetica; padding-left: 11px;" align="left">
@@ -21,7 +21,7 @@ <h4>Resources</h5>
2121
</div>
2222
<div style="font-family: Helvetica; padding-left: 10px;" align="left">
2323
<br/>
24-
<p style="color: #abb0b0; font-size: 10px;">Copyright © 2020 Autodesk Inc.</p>
24+
<p style="color: #abb0b0; font-size: 10px;">Copyright © 2021 Autodesk inc.</p>
2525
</div>
2626
</body>
2727
</html>

installer/OSX/Installer/Resources/license.html

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
<br><br><br>
186186
APPENDIX: How to apply the Apache License to your work.
187187
<br><br><br>
188-
Copyright 2020 Autodesk Inc.
188+
Copyright 2021 Autodesk inc.
189189
<br><br><br>
190190
Licensed under the Apache License, Version 2.0 (the "License");
191191
you may not use this file except in compliance with the License.

installer/OSX/Installer/Resources/welcome.html

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</head>
66
<body>
77
<div align="left" style="font-family: Helvetica; padding-left: 10px;">
8-
<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>
8+
<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>
99
<p style="color: #abb0b0; font-size: 12px;">Click <span style="color: #626666">“Continue"</span> to continue the setup</p>
1010
</div>
1111
</body>

installer/Windows/MainInstaller.nsi

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!include MUI2.nsh
22
!include x64.nsh
3-
!define PRODUCT_VERSION "4.3.3.1"
3+
!define PRODUCT_VERSION "4.3.3.3"
44

55
Name "Synthesis"
66

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

282282
; Remove inventor plugins
283+
Delete /REBOOTOK "$APPDATA\Autodesk\Inventor 2022\Addins\Autodesk.InventorRobotExporter.Inventor.addin"
283284
Delete /REBOOTOK "$APPDATA\Autodesk\Inventor 2021\Addins\Autodesk.InventorRobotExporter.Inventor.addin"
284285
Delete /REBOOTOK "$APPDATA\Autodesk\Inventor 2020\Addins\Autodesk.InventorRobotExporter.Inventor.addin"
285286
Delete /REBOOTOK "$APPDATA\Autodesk\Inventor 2019\Addins\Autodesk.InventorRobotExporter.Inventor.addin"

0 commit comments

Comments
 (0)