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
@echo off | |
REM Slightly edited from source: | |
REM https://www.itechtics.com/easily-enable-group-policy-editor-gpedit-msc-in-windows-10-home-edition/ | |
REM This script installs gpedit (Group Policy Editor) on Windows 10 Home Edition | |
REM (Because it's not included by default in Home Edition) | |
pushd "%~dp0" |
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
REM My main disk | |
D: | |
REM Defold project | |
cd "D:\Defoldx86\branches\34041\2444\app" | |
REM Build with bob | |
java -jar "D:\Defoldx86\branches\34041\2444\app\tools\build\bob.jar" --archive --platform "armv7-android" --bundle-output "C:\Users\mattias\Desktop\builds" --debug distclean build bundle | |
REM Move to adb folder |
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
#target photoshop | |
// $.level = 2; | |
/* | |
* Script by Tomek Cejner (tomek (at) japko dot info) | |
* based on work of Damien van Holten: | |
* http://www.damienvanholten.com/blog/export-groups-to-files-photoshop/ | |
* | |
* My version adds support of nested layer groups, | |
* and exports single layers in addition to groups. |