Skip to content

Commit

Permalink
fix(DownloadApp): update to new git repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
xiduzo committed Aug 10, 2024
1 parent 064f878 commit c572486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nextjs-app/components/DownloadApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function DownloadApp() {

function downloadApp() {
const version = '0.1.1';
const baseUrl = `https://github.com/xiduzo/microflow-studio/releases/download/v${version}`;
const baseUrl = `https://github.com/xiduzo/microflow/releases/download/v${version}`;

switch (os) {
case 'macos':
Expand Down

0 comments on commit c572486

Please sign in to comment.