Skip to content

Instantly share code, notes, and snippets.

@waicool20
waicool20 / first-publish.log
Created October 16, 2017 04:27
SKrypton Publishing Problem
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
function Controller() {
installer.autoRejectMessageBoxes();
installer.installationFinished.connect(function() {
gui.clickButton(buttons.NextButton);
})
}
Controller.prototype.WelcomePageCallback = function() {
gui.clickButton(buttons.NextButton);
}
@waicool20
waicool20 / CefAppLoader.kt
Last active June 15, 2019 05:46
CEF icudtl.dat discovery hack
/*
* 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
@waicool20
waicool20 / Gifview Wallpaper.ds
Last active July 24, 2017 05:50
Animated Wallpapers on Linux
( if
( begin
( contains ( application_name ) "Gifview Wallpaper" )
)
( begin
( maximize )
( wintype "desktop" )
( stick )
( geometry "+0+0" )
( println "match" )