mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Add Windows PowerShell example in Compiling with PCK encryption key
(cherry picked from commit 6de096dd83)
This commit is contained in:
committed by
Rémi Verschelde
parent
4c9e92e959
commit
5ae0a1b8ad
@@ -45,10 +45,14 @@ Step by step
|
||||
|
||||
export SCRIPT_AES256_ENCRYPTION_KEY="your_generated_key"
|
||||
|
||||
.. code-tab:: bat Windows
|
||||
.. code-tab:: bat Windows (cmd)
|
||||
|
||||
set SCRIPT_AES256_ENCRYPTION_KEY=your_generated_key
|
||||
|
||||
.. code-tab:: bat Windows (PowerShell)
|
||||
|
||||
$env:SCRIPT_AES256_ENCRYPTION_KEY="your_generated_key"
|
||||
|
||||
3. Compile Godot export templates and set them as custom export templates
|
||||
in the export preset options.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user