claude's gae
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
echo "Building Azure Key Vault Secret Manager..."
|
||||
echo ""
|
||||
|
||||
# Clean previous builds
|
||||
rm -rf dist build
|
||||
|
||||
# Build executable
|
||||
pyinstaller build.spec --clean --noconfirm
|
||||
|
||||
echo ""
|
||||
echo "Build complete!"
|
||||
echo "Executable location: dist/AzureKeyVaultSecretManager.exe"
|
||||
echo ""
|
||||
read -p "Press enter to continue..."
|
||||
Reference in New Issue
Block a user