Browse Source

Add Windows PowerShell example in Compiling with PCK encryption key

Hugo Locurcio 4 years ago
parent
commit
6de096dd83
1 changed files with 5 additions and 1 deletions
  1. 5 1
      development/compiling/compiling_with_script_encryption_key.rst

+ 5 - 1
development/compiling/compiling_with_script_encryption_key.rst

@@ -46,10 +46,14 @@ Step by step
 
 
        export SCRIPT_AES256_ENCRYPTION_KEY="your_generated_key"
        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
        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
 3. Compile Godot export templates and set them as custom export templates
    in the export preset options.
    in the export preset options.