diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index 0fdb2a3c87..c3e0ab2a37 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -99,7 +99,7 @@ jobs: - name: Downloads minimal tests for Diagram mode run: | - curl --output tests.7z "https://dl.trikset.com/edu/.solutions20200701/testing_small.7z" + curl --output tests.7z "https://dl.trikset.com/edu/.solutions20200701/testing_small_with_nxt.7z" 7z x tests.7z || 7za x tests.7z - name: Prepare environment variable diff --git a/installer/trik_studio_installscript.qs b/installer/trik_studio_installscript.qs index ab8e5f6bf3..d66fc0da46 100644 --- a/installer/trik_studio_installscript.qs +++ b/installer/trik_studio_installscript.qs @@ -27,7 +27,7 @@ Controller.prototype.StartMenuDirectoryPageCallback = function() { Controller.prototype.ComponentSelectionPageCallback = function() { var widget = gui.currentPageWidget(); -// widget.deselectAll(); + widget.selectAll(); // widget.selectComponent("ru.qreal.root.trik"); // widget.selectComponent("ru.qreal.root.trik.core");