Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert new DOWNLOAD_URL variable for Autodesk Fusion 360 #629

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions AutodeskFusion360/AutodeskFusion360.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
<string>Autodesk Fusion 360</string>
<key>USER_AGENT</key>
<string>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30</string>
<key>DOWNLOAD_URL</key>
<string>https://dl.appstreaming.autodesk.com/production/installers/Autodesk%20Fusion%20Admin%20Install.pkg</string>
</dict>
<key>MinimumVersion</key>
<string>0.6.1</string>
Expand All @@ -30,7 +28,7 @@
<string>%USER_AGENT%</string>
</dict>
<key>url</key>
<string>%DOWNLOAD_URL%</string>
<string>https://dl.appstreaming.autodesk.com/production/installers/Autodesk%20Fusion%20Admin%20Install.pkg</string>
</dict>
<key>Processor</key>
<string>URLDownloader</string>
Expand Down
Loading