Skip to content

Commit 0d7be73

Browse files
committed
Atualização de passos
1 parent d6f8d2b commit 0d7be73

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,21 +107,21 @@ Abra o terminal (Powershell/CMD), navegue até a pasta `CoreMDFe.Desktop` e exec
107107

108108
```bash
109109
set DOTNET_ROLL_FORWARD=Major
110-
vpk pack -u CoreMDFe -v 1.0.2 -p .\publish-win -e CoreMDFe.Desktop.exe
110+
dotnet publish -c Release -r win-x64 -o ./publish-win
111111

112112
```
113113

114114
1. **Publicar (PowerShell):**
115115

116116
```powershell
117117
$env:DOTNET_ROLL_FORWARD="Major"
118-
vpk pack -u CoreMDFe -v 1.0.2 -p .\publish-win -e CoreMDFe.Desktop.exe
118+
dotnet publish -c Release -r win-x64 -o ./publish-win
119119
120120
```
121121

122122
2. **Gerar Pacotes Velopack:**
123123
```bash
124-
vpk pack -u CoreMDFe -v 1.3.2 -p ./publish-win -e CoreMDFe.Desktop --packAuthors "Eder Gross Cichelero" --packTitle "CoreMDFe" -i ./CoreMDFe.Desktop/Assets/icon.png
124+
vpk pack -u CoreMDFe -v 1.3.2 -p ./publish-win -e CoreMDFe.Desktop.exe --packAuthors "Eder Gross Cichelero" --packTitle "CoreMDFe" -i ./CoreMDFe.Desktop/Assets/icon.png
125125

126126
```
127127

0 commit comments

Comments
 (0)