This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12:19:44.184 [DEBUG] [org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter] Executing actions for task ':skrypton-native:artifactoryPublish'. | |
12:19:44.184 [DEBUG] [org.jfrog.gradle.plugin.artifactory.task.BuildInfoBaseTask] Task ':skrypton-native:artifactoryPublish' activated | |
12:19:44.184 [DEBUG] [org.gradle.api.internal.tasks.execution.ResolveTaskArtifactStateTaskExecuter] Removed task artifact state for {} from context. | |
12:19:44.184 [DEBUG] [org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter] Finished executing task ':skrypton-native:artifactoryPublish' | |
12:19:44.184 [INFO] [org.gradle.execution.taskgraph.AbstractTaskPlanExecutor] :skrypton-native:artifactoryPublish (Thread[Daemon worker Thread 3,5,main]) completed. Took 0.001 secs. | |
12:19:44.184 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationWorkerRegistry] Worker root.28 completed (0 in use) | |
12:19:44.184 [DEBUG] [org.gradle.internal.operations.DefaultBuildOperationWorkerRegistry] Worker root.29 started (1 in us |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function Controller() { | |
installer.autoRejectMessageBoxes(); | |
installer.installationFinished.connect(function() { | |
gui.clickButton(buttons.NextButton); | |
}) | |
} | |
Controller.prototype.WelcomePageCallback = function() { | |
gui.clickButton(buttons.NextButton); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* GPLv3 License | |
* Copyright (c) SikuliCef by waicool20 | |
* | |
* This program is free software: you can redistribute it and/or modify | |
* it under the terms of the GNU General Public License as published by | |
* the Free Software Foundation, either version 3 of the License, or | |
* | |
* This program is distributed in the hope that it will be useful, | |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
( if | |
( begin | |
( contains ( application_name ) "Gifview Wallpaper" ) | |
) | |
( begin | |
( maximize ) | |
( wintype "desktop" ) | |
( stick ) | |
( geometry "+0+0" ) | |
( println "match" ) |