Skip to content

Commit 77dc893

Browse files
committed
Removed dev package...
1 parent e8634e1 commit 77dc893

File tree

5 files changed

+12
-28
lines changed

5 files changed

+12
-28
lines changed
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
:: Package
2-
@call chocolatey pack flashdevelop-package\flashdevelop.nuspec
3-
@call chocolatey pack flashdevelop.dev-package\flashdevelop.dev.nuspec
4-
5-
:: Test
6-
:: cinst flashdevelop.dev -source %cd%
2+
@call chocolatey pack flashdevelop-package\flashdevelop.nuspec

FlashDevelop/Installer/Chocolatey/flashdevelop-package/flashdevelop.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<metadata>
44
<id>flashdevelop</id>
55
<title>FlashDevelop</title>
6-
<version>4.6.4</version>
6+
<version>4.7.0</version>
77
<authors>fdorg</authors>
88
<owners>fdorg</owners>
99
<summary>Open source code editor for Actionscript, Haxe and more.</summary>
1010
<description>FlashDevelop offers first class support for ActionScript (2 and 3) and Haxe development. Great completion and code generation, projects compilation and debugging, plenty of project templates, SWF/SWC exploration etc. FlashDevelop is also a great web developer IDE with source-control support (svn, git, mercurial), tasks/todo, snippets, XML/HTML completion and zen-coding for HTML.</description>
1111
<projectUrl>http://flashdevelop.org</projectUrl>
12-
<tags>editor,as3,haxe,loom,javascript,html,css</tags>
13-
<licenseUrl>http://www.flashdevelop.org/wikidocs/index.php?title=Main_Page</licenseUrl>
12+
<tags>editor as3 haxe loom javascript html css</tags>
13+
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
1414
<requireLicenseAcceptance>false</requireLicenseAcceptance>
15-
<iconUrl>https://raw.githubusercontent.com/fdorg/flashdevelop/development/FlashDevelop/Bin/Debug/Docs/fdicon.png</iconUrl>
15+
<iconUrl>http://www.flashdevelop.org/logo.png</iconUrl>
1616
</metadata>
1717
</package>
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
Install-ChocolateyPackage 'flashdevelop' 'exe' '' 'http://www.flashdevelop.org/downloads/releases/FlashDevelop-4.6.4.exe'
1+
$packageName = 'flashdevelop'
2+
$installerType = 'EXE'
3+
$32BitUrl = 'http://www.flashdevelop.org/downloads/releases/FlashDevelop-4.7.0.exe'
4+
$silentArgs = '/S'
5+
$validExitCodes = @(0)
6+
7+
Install-ChocolateyPackage "$packageName" "$installerType" "$silentArgs" "$32BitUrl" -validExitCodes $validExitCodes

FlashDevelop/Installer/Chocolatey/flashdevelop.dev-package/flashdevelop.dev.nuspec

Lines changed: 0 additions & 17 deletions
This file was deleted.

FlashDevelop/Installer/Chocolatey/flashdevelop.dev-package/tools/ChocolateyInstall.ps1

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)