Skip to content

Commit

Permalink
Devscripts update
Browse files Browse the repository at this point in the history
  • Loading branch information
ea4k committed May 6, 2023
1 parent 269b58e commit 46ef77a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion devscripts/KLogWinCreatePackage2.bat
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rem *
rem *****************************************************************************/@echo off
echo Setting up environment for Qt usage...
set KLOGDEVELVERSION=1
set PATH=C:/Qt/5.15.3/mingw81_32/bin;C:/Qt/Tools/mingw810_32/bin;%PATH%
set PATH=%PATH%;C:/Qt/5.15.2/mingw81_32/bin;C:/Qt/Tools/mingw810_32/bin;

cd ../src/
rmdir /S /Q build
Expand Down
2 changes: 1 addition & 1 deletion devscripts/jenkins-klog-windows-build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ rem * along with KLog. If not, see <https://www.gnu.org/licenses/>.
rem * *
rem *****************************************************************************/@echo off
echo Setting up environment for Qt usage...
set PATH=C:/Qt/5.15.2/mingw81_32/bin;C:/Qt/Tools/mingw810_32/bin;%PATH%
set PATH=%PATH%;C:/Qt/5.15.2/mingw81_32/bin;C:/Qt/Tools/mingw810_32/bin;
cd Documents/GitHub/klog/devscripts
cd ../src/
rmdir /S /Q build
Expand Down

0 comments on commit 46ef77a

Please sign in to comment.