Tags: ProgrammerNomad/DevStackBox
Tags
DevStackBox v0.1.6 - Clean Semantic Versioning & MSI Compatibility (F… …ixed) - Fixed MSI bundler compatibility with clean version format - RESTORED: All essential files (globals.css, main.tsx, index.html) that were accidentally deleted - Fixed emoji encoding issues in GitHub Actions workflow - Built successful MSI (288.9 MB) and NSIS (147.7 MB) installers - CSS and UI styling now working correctly - Improved project organization following Vite + React + Tauri best practices
fix: Correct GitHub Actions workflow YAML syntax - Remove duplicate script entries that were causing workflow failures - Update release notes for v0.1.0-alpha.3 with Apache 64-bit fixes - Improve release description with troubleshooting info
fix: Update Apache configuration with dynamic paths - Replace hardcoded paths with runtime path resolution - Enhance create_default_apache_config to generate both httpd.conf and phpmyadmin.conf - Use get_installation_path() for proper MSI installer compatibility - Add comprehensive path debugging in debug_installation - Ensure phpMyAdmin works regardless of installation directory This fixes the MSI installer issue where Apache/phpMyAdmin had wrong paths.
Fix installation directory formatting in NSIS installer instructions