need help step by step compile export template for windows with script encryption key

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By ruruarchy

im using windows 7 64bit
and
godot 3.1.1

i have been trying this one and im confused

Please describe the steps you’re having trouble with, and what you’ve tried so far :slight_smile:

Calinou | 2019-08-12 20:27

yeah sorry for not being so clear,
maybe i need to ask for something like “is there any documentation about compiling with script encryption key for windows”
the one im linked above is step by step for linux

ruruarchy | 2019-08-14 07:20

:bust_in_silhouette: Reply From: ruruarchy

anyway, this has been solved

just follow the step by step that im linked on the description

and for the second step
change this

export SCRIPT_AES256_ENCRYPTION_KEY="your_generated_key"

to

set SCRIPT_AES256_ENCRYPTION_KEY="your_generated_key"

it works for windows