Skip to content

Embed does not seem to actually embed #122

@RightFootConsulting

Description

@RightFootConsulting

I am testing out the project with a build built on the windows command line. I have moved the binary copy of my forked version which fixes another issue with the sysprocattr not working in windows, and that is out for review and may need to be modified further since there is also darwin to consider.

func sysProcAttr(cmd *exec.Cmd) {
cmd.SysProcAttr = &syscall.SysProcAttr{
	CreationFlags: syscall.CREATE_NEW_PROCESS_GROUP,
}

}

Any whoo, I notice when you call a binary pushup.exe file that the scaffold files are not being handled correctly in the binary, it's like they are not there:

PS C:\stuff> .\pushup\pushup.exe new my_project

    //
 //  //      //////                        //
            //    //  //    //    //////  //////    //    //  //////
           //////    //    //  ////      //    //  //    //  //    //
          //        //    //      ////  //    //  //    //  //    //
         //          //////  //////    //    //    //////  //////
                                                          //
                                                         //

new command: copying scaffold file to project dir opening file from FS scaffold\layouts\default.up: open scaffold\layouts\default.up: file does not exist

Looking in to cause but I figured I should raise this as an issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions