diff --git a/installer/OSX/App/payload/Contents/Info.plist b/installer/OSX/App/payload/Contents/Info.plist old mode 100644 new mode 100755 diff --git a/installer/OSX/App/scripts/postinstall b/installer/OSX/App/scripts/postinstall old mode 100644 new mode 100755 diff --git a/installer/OSX/App/scripts/preinstall b/installer/OSX/App/scripts/preinstall old mode 100644 new mode 100755 diff --git a/installer/OSX/Assets/payload/Contents/Info.plist b/installer/OSX/Assets/payload/Contents/Info.plist old mode 100644 new mode 100755 diff --git a/installer/OSX/Assets/scripts/postinstall b/installer/OSX/Assets/scripts/postinstall old mode 100644 new mode 100755 diff --git a/installer/OSX/Assets/scripts/preinstall b/installer/OSX/Assets/scripts/preinstall old mode 100644 new mode 100755 diff --git a/installer/OSX/Exporter/payload/Contents/Info.plist b/installer/OSX/Exporter/payload/Contents/Info.plist old mode 100644 new mode 100755 diff --git a/installer/OSX/Exporter/scripts/postinstall b/installer/OSX/Exporter/scripts/postinstall old mode 100644 new mode 100755 index c26b8e5017..4000f1e866 --- a/installer/OSX/Exporter/scripts/postinstall +++ b/installer/OSX/Exporter/scripts/postinstall @@ -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 diff --git a/installer/OSX/Exporter/scripts/preinstall b/installer/OSX/Exporter/scripts/preinstall old mode 100644 new mode 100755 diff --git a/installer/OSX/Installer/Distribution.xml b/installer/OSX/Installer/Distribution.xml old mode 100644 new mode 100755 diff --git a/installer/OSX/Installer/Resources/conclusion.html b/installer/OSX/Installer/Resources/conclusion.html old mode 100644 new mode 100755 index fc038d8c5d..9151c5f509 --- a/installer/OSX/Installer/Resources/conclusion.html +++ b/installer/OSX/Installer/Resources/conclusion.html @@ -6,7 +6,7 @@
-

Synthesis: An Autodesk Technology | 4.3.3.1

+

Synthesis: An Autodesk Technology | 5.0.0.0 ALPHA

Thank you for installing Synthesis: An Autodesk Technology

@@ -21,7 +21,7 @@

Resources


-

Copyright © 2020 Autodesk Inc.

+

Copyright © 2021 Autodesk inc.

diff --git a/installer/OSX/Installer/Resources/license.html b/installer/OSX/Installer/Resources/license.html old mode 100644 new mode 100755 index e15d095bec..6be72e4428 --- a/installer/OSX/Installer/Resources/license.html +++ b/installer/OSX/Installer/Resources/license.html @@ -185,7 +185,7 @@


APPENDIX: How to apply the Apache License to your work.


-Copyright 2020 Autodesk Inc. +Copyright 2021 Autodesk inc.


Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/installer/OSX/Installer/Resources/welcome.html b/installer/OSX/Installer/Resources/welcome.html old mode 100644 new mode 100755 index 593bc66505..dcea4723b3 --- a/installer/OSX/Installer/Resources/welcome.html +++ b/installer/OSX/Installer/Resources/welcome.html @@ -5,7 +5,7 @@
-

This will install Synthesis: An Autodesk Technology 4.3.3.1 on your computer. You will be guided through the steps necessary to install this software.

+

This will install Synthesis: An Autodesk Application 5.0.0.0 ALPHA on your computer. You will be guided through the steps necessary to install this software.

Click “Continue" to continue the setup

diff --git a/installer/Windows/MainInstaller.nsi b/installer/Windows/MainInstaller.nsi index a64fcf7cd9..d0b5831cd4 100644 --- a/installer/Windows/MainInstaller.nsi +++ b/installer/Windows/MainInstaller.nsi @@ -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" @@ -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"