@artilingo/artiframe-cli 3.0.1 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artilingo/artiframe-cli",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "ArtiFrame — Zero-dependency native PHP framework with a powerful multilingual CLI. Scaffold projects, generate views, APIs and classes instantly.",
5
5
  "main": "bin/artiframe.js",
6
6
  "bin": {
@@ -65,7 +65,7 @@ try {
65
65
  const content = `[Desktop Entry]
66
66
  Name=ArtiFrame DevOps
67
67
  Comment=Launch ArtiFrame DevOps Studio
68
- Exec=artiframe devops
68
+ Exec=bash -ic "artiframe devops"
69
69
  Icon=utilities-terminal
70
70
  Terminal=false
71
71
  Type=Application