[MODIFIED] Cambiar nombre de archivo de tipo de proyecto a .protype
This commit is contained in:
parent
f88d0f4346
commit
81cf86f290
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ EOF
|
|||
esac
|
||||
|
||||
# Crear archivo de configuración para indicar el tipo de proyecto
|
||||
echo "$PROJECT_TYPE" > "$PROJECT_PATH/.project-type"
|
||||
echo "$PROJECT_TYPE" > "$PROJECT_PATH/.protype"
|
||||
|
||||
# Mostrar mensaje de éxito
|
||||
dialog_error_box "$head_info" "${proj_011}\n$PROJECT_PATH"
|
||||
|
|
Loading…
Reference in a new issue