Skip to content
Merged
Show file tree
Hide file tree
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: 4 additions & 0 deletions bin/bruno1.29.1/bearsampp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
brunoVersion = "1.29.1"
brunoExe = "Bruno.exe"

#bundleRelease = "2024.9.12"
4 changes: 4 additions & 0 deletions bin/bruno1.30.0/bearsampp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
brunoVersion = "1.30.0"
brunoExe = "Bruno.exe"

#bundleRelease = "2024.9.12"
4 changes: 4 additions & 0 deletions bin/bruno1.30.1/bearsampp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
brunoVersion = "1.30.1"
brunoExe = "Bruno.exe"

#bundleRelease = "2024.9.12"
4 changes: 4 additions & 0 deletions bin/bruno1.31.0/bearsampp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
brunoVersion = "1.31.0"
brunoExe = "Bruno.exe"

#bundleRelease = "2024.9.12"
4 changes: 4 additions & 0 deletions bin/bruno1.32.0/bearsampp.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
brunoVersion = "1.32.0"
brunoExe = "Bruno.exe"

#bundleRelease = "2024.9.12"
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bundle.name = bruno
bundle.release = 2024.9.13
bundle.release = 2024.10.1
bundle.type = tools
bundle.format = 7z
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<replaceproperty src="bundle.folder" dest="bundle.version" replace="${bundle.name}" with=""/>

<getmoduleuntouched name="${bundle.name}" version="${bundle.version}" propSrcDest="bundle.srcdest" propSrcFilename="bundle.srcfilename"/>
<assertfile file="${bundle.srcdest}/bruno.exe"/>
<assertfile file="${bundle.srcdest}/win-unpacked/bruno.exe"/>

<delete dir="${bundle.tmp.prep.path}/${bundle.folder}"/>
<mkdir dir="${bundle.tmp.prep.path}/${bundle.folder}"/>
<copy todir="${bundle.tmp.prep.path}/${bundle.folder}" overwrite="true">
<fileset dir="${bundle.srcdest}"/>
<fileset dir="${bundle.srcdest}/win-unpacked"/>
</copy>
Comment on lines 28 to 30
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion: Add a condition to check for directory existence before copying files [Possible issue, importance: 8]

Suggested change
<copy todir="${bundle.tmp.prep.path}/${bundle.folder}" overwrite="true">
<fileset dir="${bundle.srcdest}"/>
<fileset dir="${bundle.srcdest}/win-unpacked"/>
</copy>

<copy todir="${bundle.tmp.prep.path}/${bundle.folder}" overwrite="true">
<fileset dir="${bundle.path}" defaultexcludes="yes"/>
Expand Down
5 changes: 5 additions & 0 deletions releases.properties
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
1.28.0 = https://github.com/Bearsampp/module-bruno/releases/download/2024.9.13/bearsampp-bruno-1.28.0-2024.9.13.7z
1.29.1 = https://github.com/Bearsampp/module-bruno/releases/download/2024.9.18/bearsampp-bruno-1.29.1-2024.9.18.7z
1.30.0 = https://github.com/Bearsampp/module-bruno/releases/download/2024.9.21/bearsampp-bruno-1.30.0-2024.9.21.7z
1.30.1 = https://github.com/Bearsampp/module-bruno/releases/download/2024.9.22/bearsampp-bruno-1.30.1-2024.9.22.7z
1.31.0 = https://github.com/Bearsampp/module-bruno/releases/download/2024.9.30/bearsampp-bruno-1.31.0-2024.9.30.7z
1.32.0 = https://github.com/Bearsampp/module-bruno/releases/download/2024.10.1/bearsampp-bruno-1.32.0-2024.10.1.7z